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

Commitb6f1dc0

Browse files
committed
Add 6 more OID typeds at portable plan
1 parentfd7d901 commitb6f1dc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎pg_repeater.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include"postgres.h"
1515

16+
#include"access/parallel.h"
1617
#include"access/xact.h"
1718
#include"commands/extension.h"
1819
#include"executor/executor.h"
@@ -184,6 +185,7 @@ HOOK_ExecStart_injection(QueryDesc *queryDesc, int eflags)
184185
*/
185186
if (ExtensionIsActive()&&
186187
queryDesc->plannedstmt->canSetTag&&
188+
!IsParallelWorker()&&
187189
((parsetree==NULL)|| (nodeTag(parsetree)!=T_CreatedbStmt))&&
188190
!(eflags&EXEC_FLAG_EXPLAIN_ONLY))
189191
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp