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

Commiteadf5dc

Browse files
committed
#include "postgres.h" exists in most .c files in system, so adding
#include "config.h" here will (should?) ensure that any platformdependencies defined in config.h should be reflected in all .c files...
1 parent5a8820e commiteadf5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/include/postgres.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1995, Regents of the University of California
88
*
9-
* $Id: postgres.h,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
9+
* $Id: postgres.h,v 1.2 1996/08/27 22:00:21 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -36,6 +36,7 @@
3636
#ifndefPOSTGRES_H
3737
#definePOSTGRES_H
3838

39+
#include"config.h"
3940
#include"c.h"
4041

4142
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp