Files
postgresql/src/test/modules/Makefile
Michael Paquier 9555cc8d2b Revert hooks for session start and end, take two
The location of the session end hook has been chosen so as it is
possible to allow modules to do their own transactions, however any
trying to any any subsystem which went through before_shmem_exit()
would cause issues, limiting the pluggability of the hook.

Per discussion with Tom Lane and Andres Freund.

Discussion: https://postgr.es/m/18722.1569906636@sss.pgh.pa.us
2019-10-02 09:55:27 +09:00

29 lines
520 B
Makefile

# src/test/modules/Makefile
subdir = src/test/modules
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
brin \
commit_ts \
dummy_index_am \
dummy_seclabel \
snapshot_too_old \
test_bloomfilter \
test_ddl_deparse \
test_extensions \
test_ginpostinglist \
test_integerset \
test_misc \
test_parser \
test_pg_dump \
test_predtest \
test_rbtree \
test_rls_hooks \
test_shm_mq \
unsafe_tests \
worker_spi
$(recurse)