mirror of https://github.com/citusdata/citus.git
Add missing CCI call in metadata seq sync
Be explicit about the fact that we've made a modification: we need subsequent commands to see this sequence.pull/1377/head
parent
97f8302c9c
commit
489aa73257
|
@ -482,6 +482,7 @@ worker_apply_sequence_command(PG_FUNCTION_ARGS)
|
||||||
/* run the CREATE SEQUENCE command */
|
/* run the CREATE SEQUENCE command */
|
||||||
ProcessUtility(commandNode, commandString, PROCESS_UTILITY_TOPLEVEL,
|
ProcessUtility(commandNode, commandString, PROCESS_UTILITY_TOPLEVEL,
|
||||||
NULL, None_Receiver, NULL);
|
NULL, None_Receiver, NULL);
|
||||||
|
CommandCounterIncrement();
|
||||||
|
|
||||||
createSequenceStatement = (CreateSeqStmt *) commandNode;
|
createSequenceStatement = (CreateSeqStmt *) commandNode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue