Hi,
On 2023-07-11 22:21:38 -0400, Tom Lane wrote:
> Andres Freund writes:
> > And subsequently noticed that CI currently doesn't collect the tests.diff
> > file, so I don't know why that failed. CI currently collects all *.diffs
> > files, I don't really want it to also collect all .diff files, s
Andres Freund writes:
> And subsequently noticed that CI currently doesn't collect the tests.diff
> file, so I don't know why that failed. CI currently collects all *.diffs
> files, I don't really want it to also collect all .diff files, since most of
> the time that would be redundant with the .d
Hi,
On 2023-02-12 17:22:27 +, Tom Lane wrote:
> Integrate pg_bsd_indent into our build/test infrastructure.
...
> src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 53 ++
I just saw a random failure of exactly one of the test in CI (when testing a
new meson version, oddly en
Integrate pg_bsd_indent into our build/test infrastructure.
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 Mes