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

Commit0b38c1c

Browse files
committed
Use deprecated standard_ExecutorRun() interface for testing old branches.
Do not merge!
1 parentf96fb9e commit0b38c1c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎pg_wait_sampling.c‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ static void pgws_ExecutorStart(QueryDesc *queryDesc, int eflags);
8080
staticvoidpgws_ExecutorRun(QueryDesc*queryDesc,
8181
ScanDirectiondirection,
8282
uint64count
83-
#ifPG_VERSION_NUM >=100000&&PG_VERSION_NUM<180000
8483
,boolexecute_once
85-
#endif
8684
);
8785
staticvoidpgws_ExecutorFinish(QueryDesc*queryDesc);
8886
staticvoidpgws_ExecutorEnd(QueryDesc*queryDesc);
@@ -1005,9 +1003,7 @@ static void
10051003
pgws_ExecutorRun(QueryDesc*queryDesc,
10061004
ScanDirectiondirection,
10071005
uint64count
1008-
#ifPG_VERSION_NUM >=100000&&PG_VERSION_NUM<180000
10091006
,boolexecute_once
1010-
#endif
10111007
)
10121008
{
10131009
inti=MyProc-ProcGlobal->allProcs;
@@ -1017,17 +1013,9 @@ pgws_ExecutorRun(QueryDesc *queryDesc,
10171013
PG_TRY();
10181014
{
10191015
if (prev_ExecutorRun)
1020-
#ifPG_VERSION_NUM >=100000&&PG_VERSION_NUM<180000
10211016
prev_ExecutorRun(queryDesc,direction,count,execute_once);
1022-
#else
1023-
prev_ExecutorRun(queryDesc,direction,count);
1024-
#endif
10251017
else
1026-
#ifPG_VERSION_NUM >=100000&&PG_VERSION_NUM<180000
10271018
standard_ExecutorRun(queryDesc,direction,count,execute_once);
1028-
#else
1029-
standard_ExecutorRun(queryDesc,direction,count);
1030-
#endif
10311019
nesting_level--;
10321020
if (nesting_level==0)
10331021
pgws_proc_queryids[i]=UINT64CONST(0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp