Re: Fix slot's xmin advancement and subxact's lost snapshots indecoding. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Fix slot's xmin advancement and subxact's lost snapshots indecoding.
Date
Msg-id 20180626205248.37fz6uqu3o4ksy7h@alvherre.pgsql
Whole thread Raw
In response to Re: Fix slot's xmin advancement and subxact's lost snapshots in decoding.  (Arseny Sher <a.sher@postgrespro.ru>)
List pgsql-hackers
Pushed this to 9.4 - master after some more tinkering.

It occurred to me that it might be better to have
ReorderBufferSetBaseSnapshot do the IncrRefCount instead of expecting
caller to do it.  But I wouldn't backpatch that change, so I refrained.

Thanks for the patch.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Jerry Sievers
Date:
Subject: Re: found xmin from before relfrozenxid on pg_catalog.pg_authid
Next
From: Robbie Harwood
Date:
Subject: Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints