Re: mcvstats serialization code is still shy of a load
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas.vondra@2ndquadrant.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-07-05T01:28:54Z
Lists: pgsql-hackers
Tomas Vondra <tomas.vondra@2ndquadrant.com> writes: > I was about to push into REL_12_STABLE, when I realized that maybe we > need to do something about the catversion first. REL_12_STABLE is still > on 201906161, while master got to 201907041 thanks to commit > 7b925e12703. Simply cherry-picking the commits would get us to > 201907052 in both branches, but that'd be wrong as the catalogs do > differ. I suppose this is what you meant by "catversion differences to > cope with". Yeah, exactly. My recommendation is to use 201907051 on v12 and 201907052 on master (or whatever is $today for you). They need to be different now that the branches' catalog histories have diverged, and it seems to me that the back branch should be "older". regards, tom lane
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