mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 17:55:04 -05:00
This reverts commit096dd80f3cand its fixupsbeecbe8e50,afdd9f7f0e,529da086ba,db93e739ac. Catversion is bumped. Discussion: https://postgr.es/m/d46f9265-ff3c-6743-2278-6772598233c2%40pgmasters.net
33 lines
818 B
Meson
33 lines
818 B
Meson
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
|
|
|
subdir('brin')
|
|
subdir('commit_ts')
|
|
subdir('delay_execution')
|
|
subdir('dummy_index_am')
|
|
subdir('dummy_seclabel')
|
|
subdir('ldap_password_func')
|
|
subdir('libpq_pipeline')
|
|
subdir('plsample')
|
|
subdir('snapshot_too_old')
|
|
subdir('spgist_name_ops')
|
|
subdir('ssl_passphrase_callback')
|
|
subdir('test_bloomfilter')
|
|
subdir('test_copy_callbacks')
|
|
subdir('test_custom_rmgrs')
|
|
subdir('test_ddl_deparse')
|
|
subdir('test_extensions')
|
|
subdir('test_ginpostinglist')
|
|
subdir('test_integerset')
|
|
subdir('test_lfind')
|
|
subdir('test_misc')
|
|
subdir('test_oat_hooks')
|
|
subdir('test_parser')
|
|
subdir('test_pg_dump')
|
|
subdir('test_predtest')
|
|
subdir('test_rbtree')
|
|
subdir('test_regex')
|
|
subdir('test_rls_hooks')
|
|
subdir('test_shm_mq')
|
|
subdir('test_slru')
|
|
subdir('unsafe_tests')
|
|
subdir('worker_spi')
|