Skip to content

Commit 005441b

Browse files
committed
Import onliny_analyze fix
1 parent e88fcc1 commit 005441b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/online_analyze/online_analyze.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,9 @@ makeAnalyze(Oid relOid, CmdKind operation, int64 naffected)
557557
&vacstmt, NULL, true, GetAccessStrategy(BAS_VACUUM)
558558
#endif
559559
);
560+
561+
/* Make changes visible to subsequent calls */
562+
CommandCounterIncrement();
560563

561564
if (online_analyze_verbose)
562565
{

0 commit comments

Comments
 (0)