]> granicus.if.org Git - postgresql/commit
Add sortsupport routines for text.
authorRobert Haas <rhaas@postgresql.org>
Thu, 14 Aug 2014 16:09:52 +0000 (12:09 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 14 Aug 2014 16:09:52 +0000 (12:09 -0400)
commitb34e37bfefbed1bf9396dde18f308d8b96fd176c
treebb47c6b1783a580304b22671897eac9e4ed46876
parenta4287a689d10bd4863e3dfbf9c4f232feeca0cdd
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
src/backend/utils/adt/varlena.c
src/include/catalog/catversion.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h