mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Use abbreviated keys for faster sorting of numeric datums.
Andrew Gierth, reviewed by Peter Geoghegan, with further tweaks by me.
This commit is contained in:
@@ -112,9 +112,6 @@ extern char *temp_tablespaces;
|
||||
extern bool ignore_checksum_failure;
|
||||
extern bool synchronize_seqscans;
|
||||
|
||||
#ifdef TRACE_SORT
|
||||
extern bool trace_sort;
|
||||
#endif
|
||||
#ifdef TRACE_SYNCSCAN
|
||||
extern bool trace_syncscan;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user