Fix the assert_enabled issue properly. This eliminates the former ABI
Tom Lane <tgl@sss.pgh.pa.us>
Fix the assert_enabled issue properly. This eliminates the former ABI difference between USE_ASSERT_CHECKING and not: the assert_enabled variable is always there.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/ltree/_ltree_gist.c | modified | +0 −4 |
| contrib/ltree/ltree_gist.c | modified | +0 −4 |
| src/backend/port/ipc_test.c | modified | +2 −5 |
| src/backend/utils/misc/guc.c | modified | +5 −1 |
| src/include/postgres.h | modified | +1 −3 |