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:57 +0000 (19:42 -0700)
commit4dc0c933f30bf5db5aa07acee6ff5f1e2f16401e
treeda65279da785e0aea09c86cfe6b406d64004bcd9
parent6b01cac0be6dd044fa3c2d08df7e893b96dfafe6
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