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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ANSI-ify a few straggler K&R-style function definitions.
Date: 2019-05-19 00:16:55
Message-ID: E1hS9VX-0007Ko-F7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-05-19 04:45:07 pgsql: Document jsonpath .** accessor with nesting level filter
Previous Message Tom Lane 2019-05-18 17:51:33 pgsql: Make BufFileCreateTemp() ensure that temp tablespaces are set up