postgresql/src/backend
Tom Lane adb5c32eb5 Suppress uninitialized-variable warning from a61b1f748.
Some compilers complain about sub_rteperminfos not being
initialized, evidently because they don't detect that it
is only used and set if isGeneralSelect is true.
Make it follow the long-established pattern for its
sibling variable sub_rtable.

Per reports from Pavel Stehule and the buildfarm.

Discussion: https://postgr.es/m/CAFj8pRDOvGOi-n616kM0Cc7qSbg_nGoS=-haB+D785sUXADqSg@mail.gmail.com
2022-12-27 18:07:48 -05:00
..
access Remove overzealous MultiXact freeze assertion. 2022-12-26 23:36:02 -08:00
backup Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
bootstrap Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
catalog Convert the reg* input functions to report (most) errors softly. 2022-12-27 12:26:01 -05:00
commands Refactor how VACUUM passes around its XID cutoffs. 2022-12-22 09:37:59 -08:00
executor Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
foreign Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
jit Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
lib Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
libpq Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
main Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
nodes Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
optimizer Fix bug in translate_col_privs_multilevel 2022-12-24 00:58:34 +13:00
parser Suppress uninitialized-variable warning from a61b1f748. 2022-12-27 18:07:48 -05:00
partitioning Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
po Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
port Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
postmaster Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
regex Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
replication Add 'logical_decoding_mode' GUC. 2022-12-26 08:58:16 +05:30
rewrite Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
snowball Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
statistics Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
storage Allow parent's WaitEventSets to be freed after fork(). 2022-12-23 20:34:03 +13:00
tcop Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
tsearch Convert the reg* input functions to report (most) errors softly. 2022-12-27 12:26:01 -05:00
utils Remove new locale dependency in regproc regression test. 2022-12-27 13:06:42 -05:00
.gitignore
Makefile autoconf: Move export_dynamic determination to configure 2022-12-06 18:55:28 -08:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
meson.build Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00