summaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent/indent.h
AgeCommit message (Collapse)Author
2023-02-12Make pg_bsd_indent's .h files inclusion-order-safe.Tom Lane
As-is, they failed headerscheck. Per buildfarm.
2023-02-12Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane
Update the Makefile and build directions for in-tree build, and add Meson build infrastructure. Also convert the ad-hoc test target into a TAP test. Currently, the Make build system will not build pg_bsd_indent by default, while the Meson system will. Both will test it during "make check-world" or "ninja test". Neither will install it automatically. (We might change some of these decisions later.) Also fix a few portability nits noted during early testing. Also, exclude pg_bsd_indent from pgindent's purview; at least for now, we'll leave it formatted similarly to the FreeBSD original. Tom Lane and Andres Freund Discussion: https://postgr.es/m/[email protected] Discussion: https://postgr.es/m/[email protected]
2023-02-12Import pg_bsd_indent sources.Tom Lane
This brings in an exact copy of the pg_bsd_indent repo as of commit d301442799cea44e5ccb04331afc537764ec77c5 (2020-12-28). Discussion: https://postgr.es/m/[email protected] Discussion: https://postgr.es/m/[email protected]