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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Date: 2022-03-19 02:16:06
Message-ID: E1nVOdR-000Ltx-M2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2022-03-19 03:59:29 Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces
Previous Message Noah Misch 2022-03-19 01:20:12 pgsql: Close race condition in slot_creation_error.spec.