mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
so that fetching an attribute value needs only one SearchSysCacheTuple call instead of two redundant searches. This speeds up a large SELECT by about ten percent, and probably will help GROUP BY and SELECT DISTINCT too.