Re: Upgrading pg_statistic to handle collation honestly
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-12-13T19:23:40Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > On 12/12/2018 16:57, Tom Lane wrote: >> * Probably this conflicts to some extent with Peter's "Reorganize >> collation lookup" patch, but I haven't studied that yet. > I've looked it over, and it's nothing that can't be easily fixed up. In > fact, it simplifies a few things, so I'm in favor of moving your patch > along first. Thanks for looking! I'll take a closer look at the loose ends I mentioned and then push it. regards, tom lane
Commits
-
Make pg_statistic and related code account more honestly for collations.
- 5e09280057a4 12.0 landed