aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-12-27 18:07:48 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2022-12-27 18:07:48 -0500
commitadb5c32eb53e1ffdc5c954aafcc5bc9ed93f3de6 (patch)
treebeec25c40bd1845f7bd50dab8b5e40d142e999d3 /src/backend/access/gist/gistget.c
parent197f98a848233f2d8d8e7f7fd7dde3e49adaaaa3 (diff)
downloadpostgresql-adb5c32eb53e1ffdc5c954aafcc5bc9ed93f3de6.tar.gz
postgresql-adb5c32eb53e1ffdc5c954aafcc5bc9ed93f3de6.zip
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
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions