On Mon, Jun 8, 2015 at 12:29 PM, Thomas Munro
<thomas.mu...@enterprisedb.com> wrote:
> Here's a repro script and a suggested patch.

Argh... I realised immediately after sending this that subtransaction
truncation doesn't even use the oldest XID computed by vacuum, it uses
GetOldestXmin (the "oldest transaction that was running when any
current transaction was started").  So here is an even simpler repro,
though the fix is the same (with different comments).

-- 
Thomas Munro
http://www.enterprisedb.com

Attachment: checkpoint-subtrans-boundary-v2.sh
Description: Bourne shell script

Attachment: fix-bogus-subtrans-wraparound-error-v2.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to