Fix collation handling in postgres_fdw

Edit
ID 2685
Title Fix collation handling in postgres_fdw
Topic Bug Fixes
Created 2020-08-18 20:12:53
Last modified 2021-09-25 14:57:25 (3 years, 1 month ago)
Latest email 2021-10-01 19:37:31 (3 years, 1 month ago)
Status
2021-09: Returned with feedback
2021-07: Moved to next CF
2021-03: Moved to next CF
2021-01: Moved to next CF
2020-11: Moved to next CF
2020-09: Moved to next CF
Target version
Authors Tom Lane (tgl)
Reviewers Etsuro Fujita (efujita)Become reviewer
Committer
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/2685
git checkout commitfest/cf/2685
Emails
BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails
First at 2020-08-17 12:02:41 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2021-10-01 19:37:31 by Jeremy Schneider <schnjere at amazon.com>
Latest attachment (postgres_fdw-collation-doc-warnings.patch) at 2021-09-24 19:11:33 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (postgres_fdw-collation-doc-warnings.patch) at 2021-09-24 19:11:33 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-fix-postgres-fdw-collation-handling-4.patch) at 2021-09-09 15:45:32 from Etsuro Fujita <etsuro.fujita at gmail.com> (Patch: Yes)
    Attachment (fix-postgres-fdw-collation-handling-4.patch) at 2021-09-01 20:42:49 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (fix-postgres-fdw-collation-handling-3.patch) at 2021-07-13 20:41:01 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (fix-postgres-fdw-collation-handling-2.patch) at 2021-02-07 07:55:50 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (fix-postgres-fdw-collation-handling-1.patch) at 2020-08-18 20:09:44 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (dont-import-collations-as-default-1.patch) at 2020-08-17 22:37:47 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2021-09-25 14:57:25 Tom Lane (tgl) Closed in commitfest 2021-09 with status: Returned with feedback
2021-09-02 09:25:54 Etsuro Fujita (efujita) New status: Needs review
2021-09-02 09:25:33 Etsuro Fujita (efujita) Added efujita as reviewer
2021-08-03 02:37:32 Masahiko Sawada (masahikosawada) New status: Waiting on Author
2021-08-03 02:36:33 Masahiko Sawada (masahikosawada) Closed in commitfest 2021-07 with status: Moved to next CF
2021-08-03 02:36:30 Masahiko Sawada (masahikosawada) New status: Needs review
2021-07-27 05:47:29 Neil Chen (carpenter.nail.cz.gmail.com) Removed carpenter.nail.cz.gmail.com from reviewers
2021-07-15 12:59:24 Ibrar Ahmed (ibrar) New status: Waiting on Author
2021-04-08 15:37:42 David Steele (dsteele) Closed in commitfest 2021-03 with status: Moved to next CF
2021-03-03 08:41:49 Neil Chen (carpenter.nail.cz.gmail.com) Posted review with messageid <161476090989.29967.7097745522340560681.pgcf@coridan.postgresql.org>
2021-03-03 08:22:52 Neil Chen (carpenter.nail.cz.gmail.com) Added carpenter.nail.cz.gmail.com as reviewer
2021-02-01 12:03:21 Masahiko Sawada (masahikosawada) Closed in commitfest 2021-01 with status: Moved to next CF
2020-11-30 15:24:06 Anastasia Lubennikova (lubennikovaav) Closed in commitfest 2020-11 with status: Moved to next CF
2020-09-30 06:12:35 Michael Paquier (michael-kun) Closed in commitfest 2020-09 with status: Moved to next CF
2020-08-18 20:13:23 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2020-08-18 20:12:53 Tom Lane (tgl) Attached mail thread 16583-4dc8f6c3b8ed24fa@postgresql.org
2020-08-18 20:12:53 Tom Lane (tgl) Created patch record
Edit