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/1938/head
parent
e3edf83b7c
commit
3a07997f06
|
@ -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