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

From Tom Lane
Subject pgsql: ANSI-ify a few straggler K&R-style function definitions.
Date
Msg-id E1hS9VX-0007Ko-F7@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make BufFileCreateTemp() ensure that temp tablespaces are setup
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Document jsonpath .** accessor with nesting level filter