pgsql: amcheck: editorialize variable name & comment.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: amcheck: editorialize variable name & comment.
Date: 2017-03-10 04:04:32
Message-ID: E1cmBn6-00028Z-Ms@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

amcheck: editorialize variable name & comment.

No exclusive lock is taken anymore...

Branch
------
master

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

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 77 ++++++++++++++++++++---------------------
1 file changed, 38 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-10 04:37:00 pgsql: Fix hard-coded relkind constants in assorted other files.
Previous Message Andres Freund 2017-03-10 04:00:18 Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.