postgresql/src/backend/access/common
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
..
Makefile Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
attmap.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
bufmask.c Fix typos in comments, code and documentation 2023-01-03 16:26:14 +09:00
detoast.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
heaptuple.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
indextuple.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
printsimple.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
printtup.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
relation.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
reloptions.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
scankey.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
session.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
syncscan.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
toast_compression.c New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
toast_internals.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
tupconvert.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
tupdesc.c Save a few bytes in pg_attribute 2023-03-28 10:05:56 +02:00