Re: [PATCHES] trivial fix in fd.c

2006-05-30 Thread Bruce Momjian
Patch applied. Thanks. --- Qingqing Zhou wrote: > Fix a format warning in fd.c when FDDEBUG is on. > > By the way (to save a thread): What's the rationale of designing resowner > APIs like this: > > ResourceOwnerEnla

Re: [PATCHES] trivial fix in fd.c

2006-05-22 Thread Tom Lane
"Qingqing Zhou" <[EMAIL PROTECTED]> writes: > What's the rationale of designing resowner > APIs like this: > ResourceOwnerEnlargeABC(); > ResourceOwnerRememberABC(); > Is that because sometimes we don't allow any elog in > ResourceOwnerRememberABC()? Yeah. In a number of cases, Resource

[PATCHES] trivial fix in fd.c

2006-05-22 Thread Qingqing Zhou
Fix a format warning in fd.c when FDDEBUG is on. By the way (to save a thread): What's the rationale of designing resowner APIs like this: ResourceOwnerEnlargeABC(); ResourceOwnerRememberABC(); Is that because sometimes we don't allow any elog in ResourceOwnerRememberABC()? Regards, Qin