pgsql: Oops, fix recoveryStopsBefore functions for regular commits.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Oops, fix recoveryStopsBefore functions for regular commits.
Date: 2014-07-29 14:27:11
Message-ID: E1XC8Mx-0006mL-UY@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Oops, fix recoveryStopsBefore functions for regular commits.

Pointed out by Tom Lane. Backpatch to 9.4, the code was structured
differently in earlier branches and didn't have this mistake.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5b7f1f52107941a819cdf587216b86081cd967e2

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-07-29 14:27:19 Re: pgsql: Treat 2PC commit/abort the same as regular xacts in recovery.
Previous Message Tom Lane 2014-07-29 14:10:02 Re: pgsql: Treat 2PC commit/abort the same as regular xacts in recovery.