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

Commit9aafc45

Browse files
committed
Re-#include <time.h> in checkpointer.c.
Commit7dbfea3 thought it could getaway with removing this, but Thomas Munro reports, on behalf of thebuildfarm, that it's still needed at least on Windows to avoidcompiler warnings.
1 parente9fd041 commit9aafc45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/postmaster/checkpointer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include"postgres.h"
3838

3939
#include<sys/time.h>
40+
#include<time.h>
4041

4142
#include"access/xlog.h"
4243
#include"access/xlog_internal.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp