pgsql: Remove comment that is no longer true.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove comment that is no longer true.
Date: 2012-10-15 08:04:07
Message-ID: E1TNfeh-0008T7-FL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove comment that is no longer true.

AddToDataDirLockFile() supports out-of-order updates of the lockfile
nowadays.

Branch
------
master

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

Modified Files
--------------
src/include/miscadmin.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-15 10:01:50 pgsql: Fix typo in comment.
Previous Message Heikki Linnakangas 2012-10-15 07:59:54 pgsql: Fix race condition in pg_ctl reading postmaster.pid.