Re: Row estimates for empty tables
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Christophe Pettus <xof@thebuild.com>,
David Rowley <dgrowleyml@gmail.com>
Date: 2020-08-30T16:23:12Z
Lists: pgsql-hackers, pgsql-general
Pavel Stehule <pavel.stehule@gmail.com> writes: > I'll mark this patch as ready for commit Pushed, thanks for looking. regards, tom lane
Commits
-
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
- 3d351d916b20 14.0 landed