pgsql: Oops, fix recoveryStopsBefore functions for regular commits. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Oops, fix recoveryStopsBefore functions for regular commits.
Date
Msg-id E1XC8Mx-0006mL-UY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Oops, fix recoveryStopsBefore functions for regular commits.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Treat 2PC commit/abort the same as regular xacts in recovery.