EvalPlanQual behaves oddly for FDW queries involving system columns

Edit
ID 126
Title EvalPlanQual behaves oddly for FDW queries involving system columns
Topic Bug Fixes
Created 2015-01-28 09:09:32
Last modified 2015-05-13 18:06:49 (9 years, 6 months ago)
Latest email 2015-05-13 16:58:39 (9 years, 6 months ago)
Status
2015-02: Committed
Target version
Authors Etsuro Fujita (efujita)
Reviewers Ashutosh Bapat (ashutoshbapat)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/126
git checkout commitfest/cf/126
Emails
EvalPlanQual behaves oddly for FDW queries involving system columns
First at 2015-01-15 07:15:39 by Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp>
Latest at 2015-05-13 16:58:39 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (pass-ctid-through-whole-row-tuple.patch) at 2015-05-12 21:22:17 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (pass-ctid-through-whole-row-tuple.patch) at 2015-05-12 21:22:17 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (postgres-fdw-late-locking.patch) at 2015-05-12 18:24:34 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (EvalPlanQual-postgres_fdw-test.patch) at 2015-05-11 13:00:55 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (EvalPlanQual-v6.patch) at 2015-04-16 06:55:27 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (EvalPlanQual-v5.patch) at 2015-04-13 09:58:46 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (EvalPlanQual-v4.patch) at 2015-04-10 12:40:49 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (EvalPlanQual-v3.patch) at 2015-04-03 11:45:28 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (bad-tableoid-in-ROW_MARK_COPY.patch) at 2015-03-12 15:50:56 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (EvalPlanQual-v2.patch) at 2015-01-19 08:10:32 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (evalqualplan-v1.patch) at 2015-01-15 07:15:39 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)

Annotations

When Who Mail Annotation
2015-03-12 03:50:39 Ashutosh Bapat (ashutoshbapat) From Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
at 2015-03-11 08:37:55
Changing the status as ready for committer. This mail raised an issue about assignments to t_self, which is left for committer to resolve.
2015-03-12 17:58:14 Tom Lane (tgl) From Tom Lane <tgl@sss.pgh.pa.us>
at 2015-03-12 15:50:56
I've committed this, so tableoid aspect is fixed; ctid aspect still needs work.
History
When Who What
2015-05-13 18:06:49 Tom Lane (tgl) Closed in commitfest 2015-02 with status: Committed
2015-04-18 02:03:17 Etsuro Fujita (efujita) New status: Needs review
2015-03-15 17:42:56 Tom Lane (tgl) New status: Waiting on Author
2015-03-12 17:58:14 Tom Lane (tgl) Added annotation "I've committed this, so tableoid aspect is fixed; ctid aspect still needs work." to 13282.1426175456@sss.pgh.pa.us
2015-03-12 03:57:18 Tom Lane (tgl) Added tgl as committer
2015-03-12 03:50:51 Ashutosh Bapat (ashutoshbapat) New status: Ready for Committer
2015-03-12 03:50:39 Ashutosh Bapat (ashutoshbapat) Added annotation "Changing the status as ready for committer. This mail raised an issue about assignments to t_self, which is left for committer to resolve." to CAFjFpRfo1wP0mWASYKQgSSudaRG_StQY1ZTZUvmmEJ_6hzVX6Q@mail.gmail.com
2015-02-02 03:54:56 Ashutosh Bapat (ashutoshbapat) Added self as reviewer
2015-01-28 09:10:09 Etsuro Fujita (efujita) Changed authors to Etsuro Fujita (efujita)
2015-01-28 09:09:32 Etsuro Fujita (efujita) Attached mail thread 54B7691B.5080702@lab.ntt.co.jp
2015-01-28 09:09:32 Etsuro Fujita (efujita) Created patch record
Edit