David Rowley <[email protected]> writes:
> Can you share which failure you're talking about here?  All of the
> ones I've looked at were failing post-ANALYZE.

It's what I posted yesterday:

diff -U3 /usr/home/tgl/pgsql/src/test/regress/expected/stats_ext.out 
/usr/home/tgl/pgsql/src/test/regress/results/stats_ext.out
--- /usr/home/tgl/pgsql/src/test/regress/expected/stats_ext.out 2020-03-30 
21:15:19.749874000 -0400
+++ /usr/home/tgl/pgsql/src/test/regress/results/stats_ext.out  2020-03-30 
22:29:04.062103000 -0400
@@ -1172,7 +1172,7 @@
 SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b 
= ''1''');
  estimated | actual 
 -----------+--------
-         1 |     50
+        50 |     50
 (1 row)
 
 VACUUM (ANALYZE) mcv_lists;

That was with stats_ext as of f01157e2ac8ac4dff8ba159c36edf2fdb7d6704e.

                        regards, tom lane


Reply via email to