pgsql: Correct obsolete amcheck comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct obsolete amcheck comments.
Date: 2019-06-24 17:32:14
Message-ID: E1hfSpC-0005de-Uw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct obsolete amcheck comments.

Oversight in commit dd299df8.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b00326df7ad4ab7d21aad3b6fe6558ea6b61897d

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-06-24 20:43:58 pgsql: Further fix ALTER COLUMN TYPE's handling of indexes and index co
Previous Message Tom Lane 2019-06-24 16:37:13 pgsql: Drop test user when done with it.