mirror of https://github.com/citusdata/citus.git
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 |
||
|---|---|---|
| .. | ||
| connection_configuration.c | ||
| connection_management.c | ||
| locally_reserved_shared_connections.c | ||
| placement_connection.c | ||
| remote_commands.c | ||
| shared_connection_stats.c | ||
| worker_log_messages.c | ||