Jan Wieck JanWieck at Yahoo.com
Fri Feb 15 08:08:38 PST 2013
fmgr_info() must be called in the applyCacheContext.

Subsequent calls using the FmgrInfo structure may add more
sub elements to the info. This will be allocated in the same
memory context, the fmgr_info() call was made in. That
context must exist at least long enough as the FmgrInfo
call itself exists.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=4d25ec5ce5f84ef89261a35f2072763fc29aa832

Modified Files
--------------
src/backend/slony1_funcs.c |    6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)



More information about the Slony1-commit mailing list