diff --git a/src/backend/distributed/worker/worker_data_fetch_protocol.c b/src/backend/distributed/worker/worker_data_fetch_protocol.c index f86b20726..3fe98fdf4 100644 --- a/src/backend/distributed/worker/worker_data_fetch_protocol.c +++ b/src/backend/distributed/worker/worker_data_fetch_protocol.c @@ -482,6 +482,7 @@ worker_apply_sequence_command(PG_FUNCTION_ARGS) /* run the CREATE SEQUENCE command */ ProcessUtility(commandNode, commandString, PROCESS_UTILITY_TOPLEVEL, NULL, None_Receiver, NULL); + CommandCounterIncrement(); createSequenceStatement = (CreateSeqStmt *) commandNode;