postgresql/src
Amit Langote 1f06b7fc6e Avoid compiler warning in non-assert builds
After 01575ad788, expand_single_inheritance_child()'s parentOID
variable is read only in an Assert, provoking a compiler warning in
non-assert builds.  Fix that by marking the variable with
PG_USED_FOR_ASSERTS_ONLY.

Per report and suggestion from David Rowley

Discussion: https://postgr.es/m/CAApHDvpjA_8Wxu4DCTRVAvPxC9atwMe6N%2ByvrcGsgb7mrfdpJA%40mail.gmail.com
2023-10-26 17:32:38 +09:00
..
backend Avoid compiler warning in non-assert builds 2023-10-26 17:32:38 +09:00
bin Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
common Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
fe_utils Don't spuriously report FD_SETSIZE exhaustion on Windows. 2023-10-14 15:54:46 -07:00
include Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
interfaces Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
makefiles Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
pl Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
port Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
template Use unnamed POSIX semaphores on Cygwin. 2023-01-06 10:33:28 +13:00
test Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
timezone Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
tools Migrate logical slots to the new node during an upgrade. 2023-10-26 07:06:55 +05:30
tutorial Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS
Makefile Integrate pg_bsd_indent into our build/test infrastructure. 2023-02-12 12:22:21 -05:00
Makefile.global.in Suppress macOS warnings about duplicate libraries in link commands. 2023-09-29 14:07:30 -04:00
Makefile.shlib Stop using "-multiply_defined suppress" on macOS. 2023-09-26 21:06:21 -04:00
meson.build Integrate pg_bsd_indent into our build/test infrastructure. 2023-02-12 12:22:21 -05:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00