Thread: pgsql: Add sortsupport routines for text.

pgsql: Add sortsupport routines for text.

From
Robert Haas
Date:
Add sortsupport routines for text.

This provides a small but worthwhile speedup when sorting text, at least
in cases to which the sortsupport machinery applies.

Robert Haas and Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b34e37bfefbed1bf9396dde18f308d8b96fd176c

Modified Files
--------------
src/backend/utils/adt/varlena.c  |  220 ++++++++++++++++++++++++++++++++++++--
src/include/catalog/catversion.h |    2 +-
src/include/catalog/pg_amproc.h  |    1 +
src/include/catalog/pg_proc.h    |    2 +
src/include/utils/builtins.h     |    1 +
5 files changed, 215 insertions(+), 11 deletions(-)