pgsql: Improve commentary in match_pathkeys_to_index().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve commentary in match_pathkeys_to_index().
Date: 2012-03-16 18:08:05
Message-ID: E1S8bZN-00058D-6Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve commentary in match_pathkeys_to_index().

For a little while there I thought match_pathkeys_to_index() was broken
because it wasn't trying to match index columns to pathkeys in order.
Actually that's correct, because GiST can support ordering operators
on any random collection of index columns, but it sure needs a comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b67ad046e6c37cbe0eebc5745323ed9864192f52

Modified Files
--------------
src/backend/optimizer/path/indxpath.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-16 18:39:10 pgsql: pg_dump: Fix crash with invalid pg_cast row
Previous Message Tom Lane 2012-03-16 17:12:39 pgsql: Revisit handling of UNION ALL subqueries with non-Var output col