Skip to content

Commit f5cda6d

Browse files
committed
c.h needs to include postgres_ext.h to be self-contained.
1 parent ae05b2f commit f5cda6d

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/24 14:07:49 petere Exp $
15+
* $Id: c.h,v 1.100 2001/08/24 22: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
#ifndef POSTGRES_H
4545
#define POSTGRES_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:28 tgl Exp $
14+
* $Id: postgres_fe.h,v 1.2 2001/08/24 22:46:28 petere Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
1818
#ifndef POSTGRES_FE_H
1919
#define POSTGRES_FE_H
2020

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

2423
#endif /* POSTGRES_FE_H */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy