projects
/
online_analyze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8d024
)
Fix visibility of analyze.
author
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 13 Oct 2017 14:17:01 +0000
(17:17 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 13 Oct 2017 14:17:01 +0000
(17:17 +0300)
Dmitry Ivanov <d.ivanov@postgrespro.ru>
online_analyze.c
patch
|
blob
|
history
diff --git
a/online_analyze.c
b/online_analyze.c
index
b6ccf68
..
3051283
100644
(file)
--- a/
online_analyze.c
+++ b/
online_analyze.c
@@
-558,6
+558,9
@@
makeAnalyze(Oid relOid, CmdKind operation, int64 naffected)
#endif
);
+ /* Make changes visible to subsequent calls */
+ CommandCounterIncrement();
+
if (online_analyze_verbose)
{
long secs;