mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Allow /contrib include files to compile on their own.
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
#ifndef ___INT_H__
|
||||
#define ___INT_H__
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <float.h>
|
||||
@ -171,3 +174,5 @@ int compDESC(const void *a, const void *b);
|
||||
if (ARRNELEMS(a) > 1) \
|
||||
qsort((void*)ARRPTR(a), ARRNELEMS(a),sizeof(int4), \
|
||||
(direction) ? compASC : compDESC )
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user