[COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.
Date
Msg-id E1d3RFo-0002J1-Tm@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: ALTER SUBSCRIPTION documentation fixes
Next
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: pg_get_partkeydef: return NULL for non-partitions