diff options
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/pl_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpgsql/src/pl_exec.c b/src/pl/plpgsql/src/pl_exec.c index e803c2fe72..b117816bde 100644 --- a/src/pl/plpgsql/src/pl_exec.c +++ b/src/pl/plpgsql/src/pl_exec.c @@ -3478,7 +3478,7 @@ exec_stmt_execsql(PLpgSQL_execstate *estate, /* PGXCTODO: Support a better parameter interface for XC with DMLs */ if #ifdef XCP - (IS_PGXC_DATANODE && + (IS_PGXC_DATANODE && !enable_datanode_row_triggers && #endif (q->commandType == CMD_INSERT || q->commandType == CMD_UPDATE || |
