diff options
| author | Robert Haas <rhaas@postgresql.org> | 2014-08-14 12:09:52 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2014-08-14 12:09:52 -0400 |
| commit | b34e37bfefbed1bf9396dde18f308d8b96fd176c (patch) | |
| tree | bb47c6b1783a580304b22671897eac9e4ed46876 /src/include/catalog/pg_amproc.h | |
| parent | a4287a689d10bd4863e3dfbf9c4f232feeca0cdd (diff) | |
| download | postgresql-b34e37bfefbed1bf9396dde18f308d8b96fd176c.tar.gz | |
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
Diffstat (limited to 'src/include/catalog/pg_amproc.h')
| -rw-r--r-- | src/include/catalog/pg_amproc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h index 10a47df6be..a1de3363e6 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -122,6 +122,7 @@ DATA(insert ( 1989 26 26 1 356 )); DATA(insert ( 1989 26 26 2 3134 )); DATA(insert ( 1991 30 30 1 404 )); DATA(insert ( 1994 25 25 1 360 )); +DATA(insert ( 1994 25 25 2 3255 )); DATA(insert ( 1996 1083 1083 1 1107 )); DATA(insert ( 2000 1266 1266 1 1358 )); DATA(insert ( 2002 1562 1562 1 1672 )); |
