pgsql: Fix copy & paste error in 4f1b890b137.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix copy & paste error in 4f1b890b137.
Date: 2015-03-23 14:54:19
Message-ID: E1Ya3kB-0002x6-Tb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copy & paste error in 4f1b890b137.

Due to the bug delayed standbys would not delay when applying prepared
transactions.

Discussion: CAB7nPqT6BO1cCn+sAyDByBxA4EKZNAiPi2mFJ=ANeZmnmewRyg(at)mail(dot)gmail(dot)com

Michael Paquier via Coverity.

Branch
------
master

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

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 Andres Freund 2015-03-23 14:56:06 Re: pgsql: Merge the various forms of transaction commit & abort records.
Previous Message Robert Haas 2015-03-23 14:29:27 pgsql: Remove ill-advised pre-check for DSM segment exhaustion.