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

2020-06-12 Thread David Rowley
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

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

2020-06-12 Thread David Rowley
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