Suppress new "may be used uninitialized" warning.
authorNoah Misch <[email protected]>
Sun, 3 Nov 2024 02:42:52 +0000 (19:42 -0700)
committerNoah Misch <[email protected]>
Sun, 3 Nov 2024 02:42:58 +0000 (19:42 -0700)
commit766809db39029115ee3e9e742b59dae4d9476e73
treee5a4c01e1b78dc1e2e5bc3d1f28ee272ca9fdf95
parentd729f1ea5a46963f3d4b0dd1268f3583b1cdbe9e
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