citus/src/backend/distributed/connection
Naisila Puka 3b1c082791 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-03-12 12:43:01 +03:00
..
connection_configuration.c Allow providing "host" parameter via citus.node_conninfo (#7541) 2024-04-15 09:51:11 +00:00
connection_management.c PG17 compatibility: Resolve compilation issues (#7699) 2025-03-12 11:01:49 +03:00
locally_reserved_shared_connections.c Rename foreach_ macros to foreach_declared_ macros (#7700) 2025-03-12 11:01:49 +03:00
placement_connection.c Rename foreach_ macros to foreach_declared_ macros (#7700) 2025-03-12 11:01:49 +03:00
remote_commands.c PG17 compatibility: Resolve compilation issues (#7699) 2025-03-12 11:01:49 +03:00
shared_connection_stats.c Drops PG14 support (#7753) 2025-03-12 12:43:01 +03:00
worker_log_messages.c Sort includes (#7326) 2023-11-23 18:19:54 +01:00