Fix incorrect IndexOptInfo header comment

David Rowley <drowley@postgresql.org>

Commit: f4e68a32a0cc0ff4b17ebe4e16be18ff15ff97a8
Author: David Rowley <drowley@postgresql.org>
Date: 2025-11-24T04:00:50Z
Releases: 18.2
Fix incorrect IndexOptInfo header comment

The comment incorrectly indicated that indexcollations[] stored
collations for both key columns and INCLUDE columns, but in reality it
only has elements for the key columns.  canreturn[] didn't get a mention,
so add that while we're here.

Author: Junwang Zhao <zhjwpku@gmail.com>
Reviewed-by: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAEG8a3LwbZgMKOQ9CmZarX5DEipKivdHp5PZMOO-riL0w%3DL%3D4A%40mail.gmail.com
Backpatch-through: 14

Files

PathChange+/−
src/include/nodes/pathnodes.h modified +4 −3

Discussion