citus/.github/workflows
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
..
build_and_test.yml Drops PG14 support (#7753) 2025-02-03 17:13:40 +03:00
codeql.yml Create CodeQL workflow for static analysis (#5868) 2023-02-07 15:25:17 +03:00
flaky_test_debugging.yml Upgrade upload-artifacts action to 4.6.0 2025-02-01 01:49:09 +03:00
packaging-test-pipelines.yml Remove Debian Buster support from packaging pipelines (#7828) (#7837) 2025-01-08 23:37:47 +03:00