ConvertRowtypeExpr reference errors from partition-wise join

Edit
ID 1554
Title ConvertRowtypeExpr reference errors from partition-wise join
Topic Bug Fixes
Created 2018-02-27 08:20:40
Last modified 2018-10-02 07:45:01 (6 years, 1 month ago)
Latest email 2024-10-08 06:24:15 (1 month, 1 week ago)
Status
2018-11: Committed
2018-09: Moved to next CF
2018-07: Moved to next CF
2018-03: Moved to next CF
Target version
Authors Ashutosh Bapat (ashutoshbapat)
Reviewers Etsuro Fujita (efujita)Become reviewer
Committer Etsuro Fujita (efujita)
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/1554
git checkout commitfest/cf/1554
Emails
Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
First at 2018-02-12 12:30:24 by Rajkumar Raghuwanshi <rajkumar.raghuwanshi at enterprisedb.com>
Latest at 2024-10-08 06:24:15 by Alexander Pyhalov <a.pyhalov at postgrespro.ru>
Latest attachment (v2-0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-10-08 06:24:15 from Alexander Pyhalov <a.pyhalov at postgrespro.ru>
    Attachment (v2-0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-10-08 06:24:15 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-07-12 11:39:13 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Disable-support-for-partitionwise-joins-in-problemat.patch) at 2018-08-22 11:08:57 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved-3.patch) at 2018-08-13 12:32:59 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved-2.patch) at 2018-08-06 12:30:24 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved.patch) at 2018-08-03 13:18:34 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-3.patch) at 2018-08-01 11:44:35 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-2.patch) at 2018-07-18 12:00:41 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-1.patch) at 2018-06-19 12:46:17 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (expr_ref_error_pwj_v9.tar.gz) at 2018-05-17 14:19:03 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v8.tar.gz) at 2018-05-16 13:49:05 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v7.tar.gz) at 2018-05-14 06:34:04 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v6.tar.gz) at 2018-05-11 07:17:55 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v5.tar.gz) at 2018-05-08 07:20:48 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v4.tar.gz) at 2018-04-27 05:40:45 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v3.tar.gz) at 2018-04-25 09:51:48 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v2.tar.gz) at 2018-04-17 09:43:51 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj.tar.gz) at 2018-02-20 09:13:02 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (postgres_fdw_pwj_error.patch) at 2018-02-12 12:30:24 from Rajkumar Raghuwanshi <rajkumar.raghuwanshi at enterprisedb.com> (Patch: Yes)
History
When Who What
2018-10-02 07:45:01 Michael Paquier (michael-kun) Closed in commitfest 2018-11 with status: Committed
2018-10-02 07:45:01 Michael Paquier (michael-kun) Changed committer to efujita
2018-10-01 02:14:55 Michael Paquier (michael-kun) Closed in commitfest 2018-09 with status: Moved to next CF
2018-08-10 22:10:39 Andrew Dunstan (adunstan) Closed in commitfest 2018-07 with status: Moved to next CF
2018-06-11 11:46:08 Etsuro Fujita (efujita) New status: Needs review
2018-05-18 07:34:08 Etsuro Fujita (efujita) New status: Ready for Committer
2018-04-10 18:20:11 David Steele (dsteele) Closed in commitfest 2018-03 with status: Moved to next CF
2018-02-28 08:29:26 Etsuro Fujita (efujita) Added efujita as reviewer
2018-02-27 08:20:52 Ashutosh Bapat (ashutoshbapat) Changed authors to Ashutosh Bapat (ashutoshbapat)
2018-02-27 08:20:40 Ashutosh Bapat (ashutoshbapat) Attached mail thread CAKcux6ktu-8tefLWtQuuZBYFaZA83vUzuRd7c1YHC-yEWyYFpg@mail.gmail.com
2018-02-27 08:20:40 Ashutosh Bapat (ashutoshbapat) Created patch record
Edit