Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 695f459

Browse files
author
Amit Kapila
committed
Fix compiler warning introduced in commit 705e20f.
Reported-by: Nathan Bossart Author: Nathan Bossart Reviewed-by: Osumi Takamichi Discussion : https://postgr.es/m/20220314230424.GA1085716@nathanxps13
1 parent 6bdf1a1 commit 695f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/worker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3387,7 +3387,7 @@ TwoPhaseTransactionGid(Oid subid, TransactionId xid, char *gid, int szgid)
33873387
static void
33883388
start_table_sync(XLogRecPtr *origin_startpos, char **myslotname)
33893389
{
3390-
char *syncslotname;
3390+
char *syncslotname = NULL;
33913391

33923392
Assert(am_tablesync_worker());
33933393

0 commit comments

Comments
 (0)