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

Commit86dfa55

Browse files
committed
Add stat.h for not Linux systems.
1 parentbd64e30 commit86dfa55

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎contrib/pg_arman/pg_arman.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include"postgres_fe.h"
1313

1414
#include<limits.h>
15+
#include<sys/stat.h>
16+
1517
#include"libpq-fe.h"
1618

1719
#include"pgut/pgut.h"

‎src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include"utils/array.h"
1818
#include"utils/relfilenodemap.h"
1919
#include<unistd.h>
20+
#include<sys/stat.h>
2021

2122
/* Effective data size */
2223
#defineMAPSIZE (BLCKSZ - MAXALIGN(SizeOfPageHeaderData))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp