pgsql: Fix possibly-uninitialized variable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix possibly-uninitialized variable.
Date: 2020-03-02 23:41:56
Message-ID: E1j8uhA-0003mF-1Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix possibly-uninitialized variable.

Thinko in 2f9661311. Per buildfarm, as well as warning seen locally.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91f3bd732cea7e25e53eaceae88232d0ab984434

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-03-03 01:13:31 pgsql: Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Previous Message Andrew Dunstan 2020-03-02 23:36:49 Re: pgsql: Revert "initdb: Change authentication defaults"