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
Jason Petersen 2017-04-25 12:25:37 -06:00
parent e3edf83b7c
commit 3a07997f06
1 changed files with 1 additions and 0 deletions

View File

@ -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;