[COMMITTERS] pgsql: Fix incorrect comments. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix incorrect comments.
Date
Msg-id E1ckx8z-0007AL-PI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect comments.

Commit 19dc233c32f2900e57b8da4f41c0f662ab42e080 introduced these
comments.  Michael Paquier noticed that one of them had a typo, but
a bigger problem is that they were not an accurate description of
what the code was doing.

Patch by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12a2544cb5f9e1f8541d1b941da6d9dae15f50a5

Modified Files
--------------
src/backend/utils/adt/misc.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Combine several DROP variants into generic DropStmt