postgresql/src/backend
Andres Freund 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors
So far the various dependencies were documented in the comment above
MAX_BACKENDS, but not checked.

Discussion: https://postgr.es/m/CA+COZaBO_s3LfALq=b+HcBHFSOEGiApVjrRacCe4VP9m7CJsNQ@mail.gmail.com
2025-02-24 06:23:41 -05:00
..
access Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 2025-02-24 09:51:56 +09:00
archive Update copyright for 2025 2025-01-01 11:21:55 -05:00
backup Update copyright for 2025 2025-01-01 11:21:55 -05:00
bootstrap Remove unnecessary (char *) casts [mem] 2025-02-12 08:50:13 +01:00
catalog Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 2025-02-24 09:51:56 +09:00
commands Avoid race condition between "GRANT role" and "DROP ROLE". 2025-02-21 17:07:01 -05:00
executor Drop opcintype from index AM strategy translation API 2025-02-21 09:07:16 +01:00
foreign Update copyright for 2025 2025-01-01 11:21:55 -05:00
jit Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. 2025-01-30 13:21:42 -05:00
lib Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq backend libpq void * argument for binary data 2025-02-23 14:27:02 +01:00
main Update copyright for 2025 2025-01-01 11:21:55 -05:00
nodes Remove various unnecessary (char *) casts 2025-02-20 19:49:27 +01:00
optimizer Fix freeing a child join's SpecialJoinInfo 2025-02-19 10:02:32 +09:00
parser Add ATAlterConstraint struct for ALTER .. CONSTRAINT 2025-02-19 13:06:13 +01:00
partitioning Track unpruned relids to avoid processing pruned relations 2025-02-07 17:15:09 +09:00
po Update copyright for 2025 2025-01-01 11:21:55 -05:00
port Update copyright for 2025 2025-01-01 11:21:55 -05:00
postmaster backend launchers void * arguments for binary data 2025-02-21 08:03:33 +01:00
regex Support PG_UNICODE_FAST locale in the builtin collation provider. 2025-01-17 15:56:30 -08:00
replication SnapBuildRestoreContents() void * argument for binary data 2025-02-23 12:38:21 +01:00
rewrite Implement Self-Join Elimination 2025-02-17 12:44:12 +02:00
snowball Update to latest Snowball sources. 2025-02-18 21:13:54 -05:00
statistics Fix for pg_restore_attribute_stats(). 2025-02-20 22:31:22 -08:00
storage Add static asserts for MAX_BACKENDS limiting factors 2025-02-24 06:23:41 -05:00
tcop backend libpq void * argument for binary data 2025-02-23 14:27:02 +01:00
tsearch Add is_analyze parameter to vacuum_delay_point(). 2025-02-11 16:38:14 -06:00
utils Add static asserts for MAX_BACKENDS limiting factors 2025-02-24 06:23:41 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Update copyright for 2025 2025-01-01 11:21:55 -05:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls.mk Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00