Re: mcvstats serialization code is still shy of a load
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-05T17:36:39Z
Lists: pgsql-hackers
On 2019-Jul-05, Tom Lane wrote: > FWIW, I don't think there's a need for every catversion on the back branch > to look older than any catversion on HEAD. The requirement so far as the > core code is concerned is only for non-equality. Now, extension code does > often do something like "if catversion >= xxx", but in practice they're > only concerned about numbers used by released versions. pg_upgrade also uses >= catversion comparison for a couple of things. I don't think it affects this case, but it's worth keeping in mind. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Simplify pg_mcv_list (de)serialization
- e74d141d0d97 12.0 landed
- 08aa131c7a72 13.0 landed
-
Sync our Snowball stemmer dictionaries with current upstream
- 7b925e127036 13.0 cited