mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
not named ones, and replace linear searches of the list with array indexing. The named-parameter support has been dead code for many years anyway, and recent profiling suggests that the searching was costing a noticeable amount of performance for complex queries.