Silence compiler warning induced by commit de4389712.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 49da00677dc25d83be44372918e21a405863ace2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-04-26T18:01:26Z
Releases: 10.0
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.

Files

PathChange+/−
src/backend/replication/logical/launcher.c modified +1 −1