Correctly inhibit indexonly when multiple occurrence of an index column

Edit
ID 1561
Title Correctly inhibit indexonly when multiple occurrence of an index column
Topic Bug Fixes
Created 2018-02-28 01:03:20
Last modified 2018-03-01 20:45:53 (6 years, 8 months ago)
Latest email 2018-03-07 00:26:38 (6 years, 8 months ago)
Status
2018-03: Committed
Target version
Authors Kyotaro Horiguchi (horiguti)
Reviewers 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/1561
git checkout commitfest/cf/1561
Emails
Index-only scan returns incorrect results when using a composite GIST index with a gist_trgm_ops column.
First at 2018-01-17 17:34:54 by David Pereiro Lagares <david at nlpgo.com>
Latest at 2018-03-07 00:26:38 by Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp>
Latest attachment (0001-Regression-test-for-the-failure-of-check_index_only_95.patch) at 2018-01-24 07:11:53 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp>
    Attachment (0001-Regression-test-for-the-failure-of-check_index_only_95.patch) at 2018-01-24 07:11:53 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (0001-Regression-test-for-the-failure-of-check_index_only.patch) at 2018-01-18 12:14:49 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (fix_check_index_only_v0.patch) at 2018-01-18 05:48:51 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2018-03-01 20:45:53 Tom Lane (tgl) Closed in commitfest 2018-03 with status: Committed
2018-03-01 19:23:38 Tom Lane (tgl) Added tgl as committer
2018-02-28 01:03:30 Kyotaro Horiguchi (horiguti) Changed authors to Kyotaro Horiguchi (horiguti)
2018-02-28 01:03:20 Kyotaro Horiguchi (horiguti) Attached mail thread 1516210494.1798.16.camel@nlpgo.com
2018-02-28 01:03:20 Kyotaro Horiguchi (horiguti) Created patch record
Edit