Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit695f459

Browse files
author
Amit Kapila
committed
Fix compiler warning introduced in commit705e20f.
Reported-by: Nathan BossartAuthor: Nathan BossartReviewed-by: Osumi TakamichiDiscussion :https://postgr.es/m/20220314230424.GA1085716@nathanxps13
1 parent6bdf1a1 commit695f459

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

[8]ページ先頭

©2009-2025 Movatter.jp