Fix thinko in previous commit
Since postgres.h includes palloc.h, definitions that affect the latter must be present before the former is included. Per buildfarm results
This commit is contained in:
parent
976fa10d20
commit
878daf2e72
@ -19,11 +19,11 @@
|
|||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "postgres.h"
|
/* see palloc.h. Must be before postgres.h */
|
||||||
|
|
||||||
/* see palloc.h */
|
|
||||||
#define MCXT_INCLUDE_DEFINITIONS
|
#define MCXT_INCLUDE_DEFINITIONS
|
||||||
|
|
||||||
|
#include "postgres.h"
|
||||||
|
|
||||||
#include "utils/memutils.h"
|
#include "utils/memutils.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user