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
Jason Petersen 2017-04-25 12:25:37 -06:00
parent 97f8302c9c
commit 489aa73257
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
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;