Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
authorAndres Freund <andres@anarazel.de>
Sat, 19 Mar 2022 01:48:03 +0000 (18:48 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 19 Mar 2022 01:48:03 +0000 (18:48 -0700)
commit97bddda61b9ae1a33116c8596c48d9dc095597a5
tree74804a65c1cb2eaa7028ea91817de079fd495188
parente186f56f9c6ead4ef65848ae6c499f9949b12625
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.

Introduced in f2553d43060e. See also 3f6b3be39ca9, which did so for nearby
variables.

Discussion: https://postgr.es/m/20220319014707.kgtomqdzm6m2ulro@alap3.anarazel.de
src/backend/commands/dbcommands.c