Tue Apr 22 12:01:14 PDT 2008
- Previous message: [Slony1-hackers] Re: Problem with server/utils/snapmgr.h
- Next message: [Slony1-hackers] Re: [Slony1-patches] Truncate Trigger Support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Browne wrote: > Here's a link to the ViewCVS view of the code: > > http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/src/backend/slony1_funcs.c?view=markup > > The relevant code fragment: > > if (SerializableSnapshot == NULL) > elog(ERROR, "Slony-I: SerializableSnapshot is NULL in createEvent()"); > > If you remove SerializableSnapshot, that code will obviously need > rejigging; we'd appreciate hearing what would be the analagous > functionality in a "post-SerializableSnapshot world." Oh, that's it? That's easy -- just check the "FirstSnapshotSet" boolean. This is not on the current code; it will be introduced by the patch I'm about to post. -- Alvaro Herrera http://www.advogato.org/person/alvherre "Porque Kim no hacia nada, pero, eso sí, con extraordinario éxito" ("Kim", Kipling)
- Previous message: [Slony1-hackers] Re: Problem with server/utils/snapmgr.h
- Next message: [Slony1-hackers] Re: [Slony1-patches] Truncate Trigger Support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-hackers mailing list