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

Commitba1b763

Browse files
Remove superfluous variable assignment
Commita4205fa moved setting conn to NULL directly after the callto PQfinish, but the original conn = NULL; remained a few lines down.Fix by removing the superfluous assignment.Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Discussion:https://postgr.es/m/CALj2ACVRiNvMDHYQGiRrGs2Z9dOydfLh2MymEk9i8CSn23UtCg@mail.gmail.com
1 parente042678 commitba1b763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/pg_basebackup/pg_receivewal.c‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,6 @@ StreamLog(void)
449449

450450
FreeWalDirectoryMethod();
451451
pg_free(stream.walmethod);
452-
453-
conn=NULL;
454452
}
455453

456454
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp