[HACKERS] Avoiding bloat in CIC - Mailing list pgsql-hackers

From Simon Riggs
Subject [HACKERS] Avoiding bloat in CIC
Date
Msg-id CANP8+jJhHgWQJti41v7KADwQbV+ADya-a91MBvYwvdpGdb1qsQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
In CREATE INDEX CONCURRENTLY it seems possible to release the index
build snapshot early, so we can reset our xmin before we complete the
sort and write the main part of the index.

Patch to implement this attached.

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Statement-level rollback
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] avoid bloat from CREATE INDEX CONCURRENTLY