postgres_fdw: suppress explicit casts in text:text comparisons

Edit
ID 3025
Title postgres_fdw: suppress explicit casts in text:text comparisons
Topic Miscellaneous
Created 2021-03-01 07:32:26
Last modified 2021-11-12 16:54:44 (3 years ago)
Latest email 2021-11-12 16:54:20 (3 years ago)
Status
2021-11: Committed
2021-09: Moved to next CF
2021-07: Moved to next CF
2021-03: Moved to next CF
Target version
Authors Dian Fay (dmfay)
Reviewers Tom Lane (tgl), Georgios Kokolatos (gkokolatos)Become reviewer
Committer Tom Lane (tgl)
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/3025
git checkout commitfest/cf/3025
Emails
[PATCH] postgres-fdw: column option to override foreign types
First at 2021-03-01 07:24:01 by "Dian M Fay" <dian.m.fay at gmail.com>
Latest at 2021-11-12 16:54:20 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v8-0001-Suppress-explicit-casts.patch) at 2021-11-11 20:36:53 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v8-0001-Suppress-explicit-casts.patch) at 2021-11-11 20:36:53 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v7-0001-Suppress-explicit-casts-of-safe-Consts-in-postgre.patch) at 2021-11-11 04:58:44 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
    Attachment (v6-0001-Suppress-explicit-casts-of-safe-Consts-in-postgre.patch) at 2021-11-07 23:31:39 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
    Attachment (0001-Suppress-explicit-casts-v5.patch) at 2021-11-02 22:39:00 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-Suppress-explicit-casts-of-safe-const-operands.patch) at 2021-10-24 05:10:52 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
    Attachment (0001-Suppress-explicit-casts-of-text-constants-in-postgre.patch) at 2021-08-05 02:38:24 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
    Attachment (0001-Suppress-explicit-casts-of-text-constants-in-postgre.patch) at 2021-03-07 07:37:53 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
    Attachment (0001-postgres_fdw-column-option-to-override-foreign-types.patch) at 2021-03-01 07:24:01 from "Dian M Fay" <dian.m.fay at gmail.com> (Patch: Yes)
History
When Who What
2021-11-12 16:54:44 Tom Lane (tgl) Closed in commitfest 2021-11 with status: Committed
2021-11-12 15:56:13 Tom Lane (tgl) Added tgl as committer
2021-11-12 15:56:09 Tom Lane (tgl) New status: Ready for Committer
2021-11-02 18:58:17 Tom Lane (tgl) New status: Needs review
2021-10-02 06:04:43 Jaime Casanova (jcasanov) New status: Waiting on Author
2021-10-02 06:04:24 Jaime Casanova (jcasanov) Closed in commitfest 2021-09 with status: Moved to next CF
2021-10-02 06:04:20 Jaime Casanova (jcasanov) New status: Needs review
2021-09-21 16:33:14 Tom Lane (tgl) New status: Waiting on Author
2021-09-05 23:05:33 Tom Lane (tgl) Added tgl as reviewer
2021-08-05 02:38:35 Dian Fay (dmfay) Changed name to postgres_fdw: suppress explicit casts in text:text comparisons
2021-08-03 02:21:07 Masahiko Sawada (masahikosawada) Closed in commitfest 2021-07 with status: Moved to next CF
2021-04-08 15:40:21 David Steele (dsteele) Closed in commitfest 2021-03 with status: Moved to next CF
2021-03-04 14:28:49 Georgios Kokolatos (gkokolatos) Added gkokolatos as reviewer
2021-03-04 14:28:46 Georgios Kokolatos (gkokolatos) Posted review with messageid <161486812679.29968.811913066853626959.pgcf@coridan.postgresql.org>
2021-03-01 16:09:08 Dian Fay (dmfay) Changed authors to Dian Fay (dmfay)
2021-03-01 07:32:26 Dian Fay (dmfay) Attached mail thread C9LU294V7K4F.34LRRDU449O45@lamia
2021-03-01 07:32:26 Dian Fay (dmfay) Created patch record
Edit