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

Commit701ac2c

Browse files
committed
Remove initialization of MyClientConnectionInfo at backend startup
This stuff should be already initialized at process startup, so addingthis extra step is confusing for no gain.Per gripe from Tom Lane and Jacob Champion.Discussion:https://postgr.es/m/bbf2b922-4ff7-5c30-e3ef-2a8bdcdd1116@timescale.com
1 parentf959bf9 commit701ac2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4305,7 +4305,6 @@ BackendInitialize(Port *port)
43054305

43064306
/* Save port etc. for ps status */
43074307
MyProcPort=port;
4308-
memset(&MyClientConnectionInfo,0,sizeof(MyClientConnectionInfo));
43094308

43104309
/* Tell fd.c about the long-lived FD associated with the port */
43114310
ReserveExternalFD();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp