Re: [HACKERS] Small patch for snapmgr.c

2016-08-31 Thread Aleksander Alekseev
> Hi Aleksander, > > This has already been fixed with commit > 4f9f495889d3d410195c9891b58228727b340189 > > Thanks Agree, it's fixed now. Thank you! -- Best regards, Aleksander Alekseev -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your

Re: [HACKERS] Small patch for snapmgr.c

2016-08-31 Thread Jeevan Chalke
Hi Aleksander, This has already been fixed with commit 4f9f495889d3d410195c9891b58228727b340189 Thanks On Fri, Apr 8, 2016 at 6:02 PM, Aleksander Alekseev < a.aleks...@postgrespro.ru> wrote: > Hello > > Currently there is a following piece of code in snapmgr.c: > > ``` > /* Copy all required

[HACKERS] Small patch for snapmgr.c

2016-04-08 Thread Aleksander Alekseev
Hello Currently there is a following piece of code in snapmgr.c: ``` /* Copy all required fields */ snapshot = (Snapshot) MemoryContextAlloc(TopTransactionContext, size); snapshot->satisfies = HeapTupleSatisfiesMVCC; snapshot->xmin = serialized_snapshot->xmin; snapshot->xmax =