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

Commit49da006

Browse files
committed
Silence compiler warning induced by commitde43897.
Smarter compilers can see that "slot" can't be used uninitialized,but some popular ones cannot. Noted by Jeff Janes.
1 parente315346 commit49da006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/logical/launcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ logicalrep_worker_launch(Oid dbid, Oid subid, const char *subname, Oid userid,
254254
BackgroundWorkerbgw;
255255
BackgroundWorkerHandle*bgw_handle;
256256
inti;
257-
intslot;
257+
intslot=0;
258258
LogicalRepWorker*worker=NULL;
259259
intnsyncworkers;
260260
TimestampTznow;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp