Improve commentary in match_pathkeys_to_index().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b67ad046e6c37cbe0eebc5745323ed9864192f52
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-03-16T18:07:21Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/backend/optimizer/path/indxpath.c modified +7 −0