diff options
author | Heikki Linnakangas | 2015-07-21 17:54:18 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2015-07-21 17:59:24 +0000 |
commit | c6fbe6d6fb828f50b9d67627588eb5ab8bd25e47 (patch) | |
tree | b479aea613e779de9564a667c32e1f36962c5a3d /contrib/intarray/expected | |
parent | 434873806a9b1c0edd53c2a9df7c93a8ba021147 (diff) |
Add selectivity estimation functions for intarray operators.
Uriy Zhuravlev and Alexander Korotkov, reviewed by Jeff Janes, some cleanup
by me.
Diffstat (limited to 'contrib/intarray/expected')
-rw-r--r-- | contrib/intarray/expected/_int.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/intarray/expected/_int.out b/contrib/intarray/expected/_int.out index 4080b9633fe..962e5c6a4b1 100644 --- a/contrib/intarray/expected/_int.out +++ b/contrib/intarray/expected/_int.out @@ -368,6 +368,7 @@ SELECT '1&(2&(4&(5|!6)))'::query_int; CREATE TABLE test__int( a int[] ); \copy test__int from 'data/test__int.data' +ANALYZE test__int; SELECT count(*) from test__int WHERE a && '{23,50}'; count ------- |