pgsql: Improve caching in range type I/O functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve caching in range type I/O functions.
Дата
Msg-id E1RQPvZ-0003mY-4r@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Restructure function-internal caching in the range type code.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Don't elide blank lines when accumulating psql command history.