pgsql: Silence compiler warning induced by commit de4389712.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning induced by commit de4389712.
Date: 2017-04-26 18:01:28
Message-ID: E1d3RFo-0002J1-Tm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence compiler warning induced by commit de4389712.

Smarter compilers can see that "slot" can't be used uninitialized,
but some popular ones cannot. Noted by Jeff Janes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49da00677dc25d83be44372918e21a405863ace2

Modified Files
--------------
src/backend/replication/logical/launcher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-04-26 18:59:44 pgsql: pg_get_partkeydef: return NULL for non-partitions
Previous Message Peter Eisentraut 2017-04-26 16:10:07 pgsql: Spelling fixes in code comments