pgsql: Fix outdated comment in lwlock.c

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix outdated comment in lwlock.c
Date: 2016-12-16 21:00:15
Message-ID: E1cHzbz-0003OA-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment in lwlock.c

Commit 3761fe3c20bb040b15f0e8da58d824631da00caa should have made
this change, but didn't.

Reported by Álvaro Herrera.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/591ccb66d24258f6d1084343b3c33c96e3e2b36d

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-12-17 13:33:55 pgsql: Fix typos in comments
Previous Message Fujii Masao 2016-12-16 17:26:13 pgsql: Ensure that num_sync is greater than zero in synchronous_standby