pgsql: Update transaction README for persistent multixacts

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update transaction README for persistent multixacts
Date: 2014-11-28 21:07:39
Message-ID: E1XuSlP-0006Gn-Or@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update transaction README for persistent multixacts

Multixacts are now maintained during recovery, but the README didn't get
the memo. Backpatch to 9.3, where the divergence was introduced.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0dafa9584e64243cb4d305be903623d6e709c584

Modified Files
--------------
src/backend/access/transam/README | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-11-28 21:10:46 pgsql: Fix BRIN operator family definitions
Previous Message Tom Lane 2014-11-28 19:16:29 pgsql: Add bms_get_singleton_member(), and use it where appropriate.