Suppress new "may be used uninitialized" warning.
authorNoah Misch <noah@leadboat.com>
Sun, 3 Nov 2024 02:42:52 +0000 (19:42 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 3 Nov 2024 02:42:57 +0000 (19:42 -0700)
commit803655e660edbfa87e5479fc68799ba9780638ac
tree85a11e4b26bd9e7dfa8b2e56eec42f8a42933d77
parentbb30542976618e6d0cd9eb2358824b741566ffbf
Suppress new "may be used uninitialized" warning.

Buildfarm member mamba fails to deduce that the function never uses this
variable without initializing it.  Back-patch to v12, like commit
b412f402d1e020c5dac94f3bf4a005db69519b99.
src/backend/catalog/index.c