]> granicus.if.org Git - postgresql/commit
Use abbreviated keys for faster sorting of numeric datums.
authorRobert Haas <rhaas@postgresql.org>
Thu, 2 Apr 2015 18:02:55 +0000 (14:02 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 2 Apr 2015 18:04:26 +0000 (14:04 -0400)
commitabd94bcac4582903765be7be959d1dbc121df0d0
treeef51fb2bf55601b3775a6478a276d638ccb4d762
parent00ee6c7672fe0bf9448bc744b5e3408f5ebffc2e
Use abbreviated keys for faster sorting of numeric datums.

Andrew Gierth, reviewed by Peter Geoghegan, with further tweaks by me.
src/backend/utils/adt/numeric.c
src/backend/utils/misc/guc.c
src/include/catalog/catversion.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/guc.h