pgsql: Improve caching in range type I/O functions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve caching in range type I/O functions.
Date
Msg-id E1RQPvZ-0003mY-4r@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve caching in range type I/O functions.

Cache the the element type's I/O info across calls, not only the range
type's info.  In passing, also clean up hash_range a bit more.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/04da3232907680caad3445928c97a246c626a14a

Modified Files
--------------
src/backend/utils/adt/rangetypes.c |  316 ++++++++++++++++++++----------------
1 files changed, 176 insertions(+), 140 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restructure function-internal caching in the range type code.
Next
From: Robert Haas
Date:
Subject: pgsql: Don't elide blank lines when accumulating psql command history.