pgsql: Fix invalid function references in a few comments

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix invalid function references in a few comments
Date: 2020-06-09 06:43:40
Message-ID: E1jiXz2-0005VS-1h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix invalid function references in a few comments

These appear to have been forgotten when the functions were renamed in
1fd687a03.

Backpatch-through: 13, where the functions were renamed

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/numutils.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-06-09 06:44:23 pgsql: Fix invalid function references in a few comments
Previous Message Tom Lane 2020-06-09 05:19:19 pgsql: Repair unstable regression test.