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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy