pgsql: Suppress uninitialized-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning.
Date: 2021-04-08 19:14:32
Message-ID: E1lUa6q-0002kH-Ka@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress uninitialized-variable warning.

Several buildfarm critters that don't usually produce such
warnings are complaining about e717a9a18. I think it's
actually safe, but move initialization to silence the warning.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01add89454d5dc289ed3126d5de03169bdeff41b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-08 19:38:36 pgsql: Add support for tab-completion of type arguments in \df, \do.
Previous Message Tom Lane 2021-04-08 18:47:01 Re: pgsql: autovacuum: handle analyze for partitioned tables