1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00
Tom Lane e55985d3be Tweak indexscan cost estimation: round estimated # of tuples visited up
to next integer.  Previously, if selectivity was small, we could compute
very tiny scan cost on the basis of estimating that only 0.001 tuple
would be fetched, which is silly.  This naturally led to some rather
silly plans...
2000-03-30 00:53:30 +00:00
..
1998-11-19 02:39:51 +00:00
2000-03-24 14:39:07 +00:00
2000-03-26 02:35:01 +00:00
2000-03-23 06:30:58 +00:00
1999-12-29 10:28:00 +00:00
1999-07-30 03:45:57 +00:00
2000-02-28 23:28:41 +00:00
1997-08-22 16:38:33 +00:00
Hi!
2000-01-18 19:05:31 +00:00