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

Commit9dca7ee

Browse files
anarazelkelvich
authored andcommitted
Include portability/mem.h into fd.c for MAP_FAILED.
Buildfarm members gaur and pademelon are old enough not to know aboutMAP_FAILED; which is used in428b1d6. Include portability/mem.h to fix;as already done in a bunch of other places.
1 parentb51d254 commit9dca7ee

File tree

1 file changed

+1
-0
lines changed
  • src/backend/storage/file

1 file changed

+1
-0
lines changed

‎src/backend/storage/file/fd.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
#include"catalog/catalog.h"
7777
#include"catalog/pg_tablespace.h"
7878
#include"pgstat.h"
79+
#include"portability/mem.h"
7980
#include"storage/fd.h"
8081
#include"storage/ipc.h"
8182
#include"utils/guc.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp