Add missing extern keyword for a couple of numutils functions

David Rowley <drowley@postgresql.org>

Commit: 9a7fccd9eac85726ced3f3794a743eeab447f334
Author: David Rowley <drowley@postgresql.org>
Date: 2020-06-12T23:27:25Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/utils/adt/numutils.c modified +0 −2
src/include/utils/builtins.h modified +2 −2

Discussion