Add sortsupport routines for text.

Robert Haas <rhaas@postgresql.org>

Commit: b34e37bfefbed1bf9396dde18f308d8b96fd176c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-08-14T16:09:52Z
Releases: 9.5.0
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

Files