postgresql/src/interfaces/ecpg/pgtypeslib
Tom Lane 0245f8db36 Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.

This set of diffs is a bit larger than typical.  We've updated to
pg_bsd_indent 2.1.2, which properly indents variable declarations that
have multi-line initialization expressions (the continuation lines are
now indented one tab stop).  We've also updated to perltidy version
20230309 and changed some of its settings, which reduces its desire to
add whitespace to lines to make assignments etc. line up.  Going
forward, that should make for fewer random-seeming changes to existing
code.

Discussion: https://postgr.es/m/20230428092545.qfb3y5wcu4cm75ur@alvherre.pgsql
2023-05-19 17:24:48 -04:00
..
.gitignore Build src/common files as a library with -fPIC. 2018-09-28 14:28:19 -04:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
common.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
datetime.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
dt.h Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
dt_common.c Rename shadowed local variables 2022-10-05 21:01:41 +13:00
exports.txt Add PGTYPESchar_free() to avoid cross-module problems on Windows. 2018-06-18 18:33:53 +12:00
interval.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
numeric.c Further reduce warnings with -Wshadow=compatible-local 2022-08-24 12:27:12 +12:00
pgtypeslib_extern.h Harmonize parameter names in ecpg code. 2022-09-22 12:53:20 -07:00
timestamp.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00