pgsql: Improve grammar of message about two-phase state files.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve grammar of message about two-phase state files.
Date: 2017-02-03 22:17:37
Message-ID: E1cZmAj-0004fq-KZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve grammar of message about two-phase state files.

When there's only one two-phase state file, there's also only one
long-running prepared transaction. Adjust the message text
accordingly.

Nikhil Sontakke

Discussion: http://postgr.es/m/CAMGcDxcmR_DWZXXndGoPzVQx=B17A5=RviEA1qNaF=FWLy5Whw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/38c363adf497c0a05858dc00bc49ea42023bd572

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-04 00:07:44 pgsql: Remove redundant comment.
Previous Message Robert Haas 2017-02-03 21:35:19 Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.