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:56 +0000 (19:42 -0700)
commitd14e94ac45795f5bf55ba80b2a6f5acd02702e0f
treebb29d70bf1ae5ecf66983524dc1cb1028c31007d
parent6d5b4031b927328e548088ebcc24781223b3b803
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