citus/.devcontainer
Naisila Puka 62a9190667
Drops PG15 support (#8372)
DESCRIPTION: Drops PG15 support

Steps involved:

- Remove pg15 from configure
- Remove PG_VERSION_15 lines
- Delete ruleutils_15.c
- Remove PG_VERSION_NUM >= 16 and PG_VERSION_NUM < 16
- Remove pg_version_compat.h '>= PGVERSION_16' entries
- Clean up server_version_ge_16 from tests
- Remove pg15 CI tests
- Remove normalize rules specific to PG15 diffs
- Rename `pg_get_object_address_13_14_15.c` to
`pg_get_object_address_16_17_18.c`
- Remove PG15 obsolete comments
- Remove PG15 from pseudoconstant qual error

Fixes #8351 

Sister PR https://github.com/citusdata/the-process/pull/178
2025-12-15 14:38:51 +03:00
..
.vscode Devcontainer: enable coredumps (#7523) 2024-02-23 13:38:11 +00:00
pgenv/config Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
src/test/regress Bump black from 24.2.0 to 24.3.0 in /.devcontainer/src/test/regress (#8068) 2025-07-22 18:30:20 +03:00
.gdbinit automatically add a breakpoint that breaks on postgres errors (#7279) 2023-10-27 16:57:51 +02:00
.gitignore Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
.psqlrc Add Debugging Instructions to Devcontainer Setup in CONTRIBUTING.md (#7673) 2024-08-23 12:16:18 +03:00
Dockerfile Drops PG15 support (#8372) 2025-12-15 14:38:51 +03:00
Makefile Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
devcontainer.json PG18 - Enable NUMA syscalls in CI containers to fix PG18 numa.out regression test failures (#8258) 2025-10-27 21:00:32 +03:00
requirements.txt Bump black from 23.11.0 to 24.3.0 in /.devcontainer (#8075) 2025-07-25 17:54:28 +03:00