Fix the assert_enabled issue properly. This eliminates the former ABI

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2645cb54cb2661bc44e57e93614012274af44937
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-08T21:24:37Z
Releases: 8.2.0
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

PathChange+/−
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