Re: [GENERAL] SerializableSnapshot removed from postgresql 8.4

2011-07-14 Thread Duarte Fonseca
Thanks Jeff, that seems to have done it. We are still evaluating the move to 8.4 and have no plans to move on to 9.x at the moment but I'll keep those changes in mind. cheers, On 13 Jul 2011, at 19:33, Jeff Davis wrote: > On Wed, 2011-07-13 at 18:10 +0100, Duarte Fonseca wrote: >> Hi list, >>

Re: [GENERAL] SerializableSnapshot removed from postgresql 8.4

2011-07-13 Thread Jeff Davis
On Wed, 2011-07-13 at 18:10 +0100, Duarte Fonseca wrote: > Hi list, > > I'm currently upgrading from Postgresql 8.1 to 8.4 one of the steps of the > process for me involves compiling the replication toolkit we use against 8.4. > > I've just run into a problem since this replication code referenc

[GENERAL] SerializableSnapshot removed from postgresql 8.4

2011-07-13 Thread Duarte Fonseca
Hi list, I'm currently upgrading from Postgresql 8.1 to 8.4 one of the steps of the process for me involves compiling the replication toolkit we use against 8.4. I've just run into a problem since this replication code references SerializableSnapshot which as been removed in 8.4, i was wonderin