]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitf8f9110b4d33821ccb3e67454b3799448e2a325f
tree2e253227661807d8d0e45962f050584f3e3cb96d
parent6c837c237bf821ee78522259c847f417d1e11fd7
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