pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Date
Msg-id E1nVOdR-000Ltx-M2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97bddda61b9ae1a33116c8596c48d9dc095597a5

Modified Files
--------------
src/backend/commands/dbcommands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Close race condition in slot_creation_error.spec.
Next
From: Amit Langote
Date:
Subject: Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces