mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
generated from subquery outputs: use the type info stored in the Var itself. To avoid making ExecEvalVar and slot_getattr more complex and slower, I split out the whole-row case into a separate ExecEval routine.