Re: several attstattarget-related improvements
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas.vondra@enterprisedb.com>
Cc: Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-28T22:10:09Z
Lists: pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes: > On 6/28/23 16:52, Peter Eisentraut wrote: >> - 0001: Change type of pg_statistic_ext.stxstattarget, to match >> attstattarget. Maybe this should go into PG16, for consistency? > Not sure about 0001 vs PG16, it'd require catversion bump. Yeah, past beta1 I think we should be conservative about bumping catversion. Suggest you hold this for now, and if we find some more-compelling reason for a catversion bump in v16, we can sneak it in at that time. Otherwise, I won't cry if it waits for v17. regards, tom lane
Commits
-
Add macro for maximum statistics target
- 7a7f60aef8bf 17.0 landed
-
Change type of pg_statistic_ext.stxstattarget
- 3ee2f25d21fa 17.0 landed
-
Take pg_attribute out of VacAttrStats
- c69bdf837f16 17.0 landed