From b34e37bfefbed1bf9396dde18f308d8b96fd176c Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 14 Aug 2014 12:09:52 -0400 Subject: 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/include/catalog/pg_amproc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/catalog/pg_amproc.h') 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 )); -- cgit v1.2.1