Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b51c5ba

Browse files
committed
Fix visibility of analyze.
Dmitry Ivanov <d.ivanov@postgrespro.ru>
1 parent 1c8d024 commit b51c5ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

online_analyze.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ makeAnalyze(Oid relOid, CmdKind operation, int64 naffected)
558558
#endif
559559
);
560560

561+
/* Make changes visible to subsequent calls */
562+
CommandCounterIncrement();
563+
561564
if (online_analyze_verbose)
562565
{
563566
long secs;

0 commit comments

Comments
 (0)