pgsql: Add missing extern keyword for a couple of numutils functions

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing extern keyword for a couple of numutils functions
Date: 2020-06-12 23:28:49
Message-ID: E1jjt6P-00049m-43@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing extern keyword for a couple of numutils functions

In passing, also remove a few surplus empty lines from pg_ltoa and
pg_ulltoa_n in numutils.c

Reported-by: Andrew Gierth
Discussion: https://postgr.es/m/87y2ou3xuh.fsf@news-spur.riddles.org.uk
Backpatch-through: 13, where these changes were introduced

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/095f2d95c92704747d84d499a33b527af42bb08e

Modified Files
--------------
src/backend/utils/adt/numutils.c | 2 --
src/include/utils/builtins.h | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-06-13 00:32:26 pgsql: Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stri
Previous Message David Rowley 2020-06-12 23:27:53 pgsql: Add missing extern keyword for a couple of numutils functions