summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_amproc.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-04-02 14:02:55 -0400
committerRobert Haas <rhaas@postgresql.org>2015-04-02 14:04:26 -0400
commitabd94bcac4582903765be7be959d1dbc121df0d0 (patch)
treeef51fb2bf55601b3775a6478a276d638ccb4d762 /src/include/catalog/pg_amproc.h
parent00ee6c7672fe0bf9448bc744b5e3408f5ebffc2e (diff)
downloadpostgresql-abd94bcac4582903765be7be959d1dbc121df0d0.tar.gz
Use abbreviated keys for faster sorting of numeric datums.
Andrew Gierth, reviewed by Peter Geoghegan, with further tweaks by me.
Diffstat (limited to 'src/include/catalog/pg_amproc.h')
-rw-r--r--src/include/catalog/pg_amproc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h
index 86f81cb0d9..a54d11fdbd 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -118,6 +118,7 @@ DATA(insert ( 1984 829 829 1 836 ));
DATA(insert ( 1986 19 19 1 359 ));
DATA(insert ( 1986 19 19 2 3135 ));
DATA(insert ( 1988 1700 1700 1 1769 ));
+DATA(insert ( 1988 1700 1700 2 3283 ));
DATA(insert ( 1989 26 26 1 356 ));
DATA(insert ( 1989 26 26 2 3134 ));
DATA(insert ( 1991 30 30 1 404 ));