pgsql: Code review for multixact bugfix

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for multixact bugfix
Date: 2015-04-28 17:52:44
Message-ID: E1Yn9ga-0000tF-Hd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Code review for multixact bugfix

Reword messages, rename a confusingly named function.

Per Robert Haas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d3821e70c9b6d76083f4eb0f4cc25716e961c89d

Modified Files
--------------
src/backend/access/transam/multixact.c | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-04-28 19:25:04 pgsql: Fix ATSimpleRecursion() to allow recursion from a foreign table.
Previous Message Andrew Dunstan 2015-04-28 16:51:07 Re: [COMMITTERS] pgsql: Add transforms feature