postgresql/src
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck
To run all tests that support running against existing server:
$ meson test --setup running

To run just the main pg_regress tests against existing server:
$ meson test --setup running regress-running/regress

To ensure the 'running' setup continues to work, test it as part of the
freebsd CI task.

Discussion: https://postgr.es/m/CAH2-Wz=XDQcmLoo7RR_i6FKQdDmcyb9q5gStnfuuQXrOGhB2sQ@mail.gmail.com
2022-12-07 12:13:35 -08:00
..
backend Minor code refactoring in elog.c (no functional change). 2022-12-07 14:39:25 -05:00
bin Provide test coverage in pg_dump for default behaviors with compression 2022-12-06 09:20:13 +09:00
common meson: Add basic PGXS compatibility 2022-12-06 18:56:46 -08:00
fe_utils meson: Add support for building with precompiled headers 2022-10-06 17:19:30 -07:00
include meson: Add basic PGXS compatibility 2022-12-06 18:56:46 -08:00
interfaces meson: Add 'running' test setup, as a replacement for installcheck 2022-12-07 12:13:35 -08:00
makefiles meson: Add basic PGXS compatibility 2022-12-06 18:56:46 -08:00
pl Allow building with MSVC and Strawberry perl 2022-11-25 15:28:38 -05:00
port meson: Basic cygwin support 2022-12-06 11:25:54 -08:00
template Move darwin sysroot determination into separate file 2022-09-01 16:54:19 -07:00
test meson: Add 'running' test setup, as a replacement for installcheck 2022-12-07 12:13:35 -08:00
timezone Remove unneeded includes of <sys/stat.h> 2022-11-05 12:31:28 +09:00
tools Rework query relation permission checking 2022-12-06 16:09:24 +01:00
tutorial Doc: sync src/tutorial/basics.source with SGML documentation. 2022-11-19 13:09:14 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in autoconf: Move export_dynamic determination to configure 2022-12-06 18:55:28 -08:00
Makefile.shlib autoconf: Rely on ar supporting index creation 2022-10-07 11:53:39 -07:00
meson.build meson: Add basic PGXS compatibility 2022-12-06 18:56:46 -08:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00