mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
type ID information even when it's a record type. This is needed to handle whole-row Vars referencing subquery outputs. Per example from Richard Huxton.