pgsql: ANSI-ify a few straggler K&R-style function definitions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: ANSI-ify a few straggler K&R-style function definitions.
Дата
Msg-id E1hS9VX-0007Ko-F7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ANSI-ify a few straggler K&R-style function definitions.

We still had a couple of these left in ancient src/port/ files.
Convert them to modern style in preparation for switching to
a version of pg_bsd_indent that doesn't cope well with K&R style.

Discussion: https://postgr.es/m/16886.1558104483@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da71f98efba9aed493a178aa29f25dbca7407eaf

Modified Files
--------------
src/port/crypt.c | 45 ++++++++++++---------------------------------
src/port/isinf.c |  8 ++++++--
2 files changed, 18 insertions(+), 35 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make BufFileCreateTemp() ensure that temp tablespaces are setup
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Document jsonpath .** accessor with nesting level filter