pgsql: Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.
Date: 2010-08-01 23:07:05
Message-ID: 20100801230705.76B237541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.
AIUI this was supposed to go into 9.0 as well as HEAD.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.293.2.1 -> r1.293.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.293.2.1&r2=1.293.2.2)
xlog.c (r1.430 -> r1.430.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.430&r2=1.430.2.1)
pgsql/src/include/access:
xlog.h (r1.114 -> r1.114.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.114&r2=1.114.2.1)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-08-02 01:24:54 pgsql: Fix an ancient typo that prevented the detection of conflicting
Previous Message Tom Lane 2010-08-01 22:38:20 pgsql: Fix ANALYZE's ancient deficiency of not trying to collect stats