Thread: [COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.

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(-)