Skip to content
Snippets Groups Projects
Commit 2206b498 authored by Tom Lane's avatar Tom Lane
Browse files

Simplify ParamListInfo data structure to support only numbered parameters,

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.
parent 0606860a
No related branches found
No related tags found
No related merge requests found
Showing
with 217 additions and 338 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment