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

Commit1fbf3b1

Browse files
author
Marina Polyakova
committed
PGPRO-10866: Add static decoration to avoid error:
"no previous extern declaration for non-static variable [-Wmissing-variable-declarations]".Return back changes from the similar commitd01ea74 (PGPRO-10866: Add static decoration toavoid error) as they were reverted in the commitc927d0c (Add progress bar during queryexecution to track progress. (#63)).
1 parentaa7866c commit1fbf3b1

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