projects
/
online_analyze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0e24386
58675e5
)
Merge branch 'local_hash' into n_tuples_limit
author
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 7 Apr 2017 14:13:37 +0000
(17:13 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 7 Apr 2017 14:13:37 +0000
(17:13 +0300)
1
2
online_analyze.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
online_analyze.c
index
924cc7e
,
c94497c
..
b2f8199
---
1
/
online_analyze.c
---
2
/
online_analyze.c
+++ b/
online_analyze.c
@@@
-337,7
-352,7
+353,7
@@@
makeRangeVarFromOid(Oid relOid
#endif
static void
- makeAnalyze(Oid relOid, CmdType operation, int64 naffected)
-makeAnalyze(Oid relOid, CmdKind operation, int32 naffected)
++makeAnalyze(Oid relOid, CmdKind operation, int64 naffected)
{
TimestampTz now = GetCurrentTimestamp();
Relation rel;