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

Commitebc3cc7

Browse files
committed
heapam.h uses type time_t, but didn't include <time.h>.
1 parentaece668 commitebc3cc7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎src/include/access/heapam.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: heapam.h,v 1.42 1999/05/25 16:13:28 momjian Exp $
9+
* $Id: heapam.h,v 1.43 1999/07/10 22:06:26 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefHEAPAM_H
1414
#defineHEAPAM_H
1515

16-
#include<access/tupmacs.h>
17-
#include<access/htup.h>
18-
#include<access/relscan.h>
19-
#include<storage/block.h>
20-
#include<utils/rel.h>
21-
#include<utils/tqual.h>
16+
#include"access/tupmacs.h"
17+
#include"access/htup.h"
18+
#include"access/relscan.h"
19+
#include"storage/block.h"
20+
#include"utils/rel.h"
21+
#include"utils/tqual.h"
22+
#include<time.h>
2223

2324
/* ----------------------------------------------------------------
2425
*heap access method statistics

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp