citus/src/test/regress/bin
Naisila Puka 9a7f6d6c59
Drops PG14 support (#7753)
DESCRIPTION: Drops PG14 support

1. Remove "$version_num" != 'xx' from configure file 
2. delete all PG_VERSION_NUM = PG_VERSION_XX references in the code 
3. Look at pg_version_compat.h file, remove all _compat functions etc
defined specifically for PGXX differences
4. delete all PG_VERSION_NUM >= PG_VERSION_(XX+1), PG_VERSION_NUM <
PG_VERSION_(XX+1) ifs in the codebase
5. delete ruleutils_xx.c file 
6. cleanup normalize.sed file from pg14 specific lines 
7. delete all alternative output files for that particular PG version,
server_version_ge variable helps here
2025-02-03 17:13:40 +03:00
..
test Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00
copy_modified Replace denormalized test output with normalized at the end of the run 2020-01-24 11:42:38 +01:00
copy_modified_wrapper Add an infrastructure to run same tests with arbitrary configs (#5316) 2021-10-12 14:24:19 +03:00
create_test.py Make run_test.py and create_test.py importable without errors (#6736) 2023-02-28 00:34:42 +03:00
diff Speed up test runs on WSL2 a lot (#5736) 2022-02-23 13:03:29 +01:00
diff-filter Run python files through isort 2023-02-10 13:05:37 +01:00
normalize.sed Drops PG14 support (#7753) 2025-02-03 17:13:40 +03:00
test_diff Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00