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/[email protected] 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(-)
