pgsql: Fix incorrect comments.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect comments.
Date: 2017-03-06 18:14:01
Message-ID: E1ckx8z-0007AL-PI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-06 18:34:49 pgsql: Allow dropping multiple functions at once
Previous Message Robert Haas 2017-03-06 17:48:38 pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted.