mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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:
@@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user