postgresql/src/test/modules/test_misc
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
..
t Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00
Makefile Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00
meson.build Add io_direct setting (developer-only). 2023-04-08 16:35:07 +12:00
README Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00

This directory doesn't actually contain any extension module.

What it is is a home for otherwise-unclassified TAP tests that exercise core
server features.  We might equally well have called it, say, src/test/misc.