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

Commitf5cda6d

Browse files
committed
c.h needs to include postgres_ext.h to be self-contained.
1 parentae05b2f commitf5cda6d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

‎src/include/c.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.99 2001/08/2414:07:49 petere Exp $
15+
* $Id: c.h,v 1.100 2001/08/2422:46:28 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -50,6 +50,7 @@
5050
*/
5151

5252
#include"pg_config.h"
53+
#include"postgres_ext.h"
5354

5455
#include<stdio.h>
5556
#include<stdlib.h>

‎src/include/postgres.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1111
* Portions Copyright (c) 1995, Regents of the University of California
1212
*
13-
* $Id: postgres.h,v 1.51 2001/08/23 23:06:38 tgl Exp $
13+
* $Id: postgres.h,v 1.52 2001/08/24 22:46:28 petere Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -44,7 +44,6 @@
4444
#ifndefPOSTGRES_H
4545
#definePOSTGRES_H
4646

47-
#include"postgres_ext.h"
4847
#include"c.h"
4948
#include"utils/elog.h"
5049
#include"utils/palloc.h"

‎src/include/postgres_fe.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1995, Regents of the University of California
1313
*
14-
* $Id: postgres_fe.h,v 1.1 2001/02/10 02:31:28tgl Exp $
14+
* $Id: postgres_fe.h,v 1.2 2001/08/24 22:46:28petere Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
1818
#ifndefPOSTGRES_FE_H
1919
#definePOSTGRES_FE_H
2020

21-
#include"postgres_ext.h"
2221
#include"c.h"
2322

2423
#endif/* POSTGRES_FE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp