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

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Add missing extern keyword for a couple of numutils functions
Дата
Msg-id E1jjt6P-00049m-43@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Add missing extern keyword for a couple of numutils functions
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stri