ot == NULL)
elog(ERROR, "SerializableSnapshot is NULL ");
// Return the minxid from the current snapshot
PG_RETURN_TRANSACTIONID(SerializableSnapshot->xmin);
Thanks,
[1] - http://archives.postgresql.org/pgsql-hackers/2008-04/msg01556.php
--
Duarte Fonseca
--
Sent via pgs
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:
&g