Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit878daf2

Browse files
committed
Fix thinko in previous commit
Since postgres.h includes palloc.h, definitions that affect the lattermust be present before the former is included.Per buildfarm results
1 parent976fa10 commit878daf2

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
#defineMCXT_INCLUDE_DEFINITIONS
2624

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

2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp