Skip to content

Commit 878daf2

Browse files
committed
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
1 parent 976fa10 commit 878daf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/mmgr/mcxt.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
*-------------------------------------------------------------------------
2020
*/
2121

22-
#include "postgres.h"
23-
24-
/* see palloc.h */
22+
/* see palloc.h. Must be before postgres.h */
2523
#define MCXT_INCLUDE_DEFINITIONS
2624

25+
#include "postgres.h"
26+
2727
#include "utils/memutils.h"
2828

2929

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy