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

Commitb3ae98e

Browse files
authored
Merge pull request#62 from postgrespro/PGPRO-10866
Add static decoration to avoid error:"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".
2 parentsee0d4a8 +d01ea74 commitb3ae98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pg_query_state.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ static List *GetRemoteBackendQueryStates(PGPROC *leader,
101101
ExplainFormatformat);
102102

103103
/* Shared memory variables */
104-
shm_toc*toc=NULL;
105-
RemoteUserIdResult*counterpart_userid=NULL;
104+
staticshm_toc*toc=NULL;
105+
staticRemoteUserIdResult*counterpart_userid=NULL;
106106
pg_qs_params*params=NULL;
107107
shm_mq*mq=NULL;
108108

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp