]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/sort/sortsupport.c
Rely on inline functions even if that causes warnings in older compilers.
[postgresql] / src / backend / utils / sort / sortsupport.c
index ffef9658e45a28e2a1ebcc6727304dc04f1e8c8b..daf38c74ff565887abc7d015c0e7584bbe4e6467 100644 (file)
@@ -15,9 +15,6 @@
 
 #include "postgres.h"
 
-/* See sortsupport.h */
-#define SORTSUPPORT_INCLUDE_DEFINITIONS
-
 #include "access/nbtree.h"
 #include "fmgr.h"
 #include "utils/lsyscache.h"