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

Commitb17c49e

Browse files
committed
Add #include "postgres.h"
1 parent76294e1 commitb17c49e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/backend/parser/parser.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.2 1996/07/19 07:24:11 scrappy Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.3 1996/10/31 11:09:44 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -17,7 +17,7 @@
1717
#endif/*WIN32 */
1818
#include<sys/param.h>/* for MAXPATHLEN */
1919

20-
#include"utils/elog.h"
20+
#include"postgres.h"
2121
#include"parser/catalog_utils.h"
2222
#include"nodes/pg_list.h"
2323
#include"utils/exc.h"

‎src/backend/port/BSD44_derived/port-protos.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: port-protos.h,v 1.2 1996/10/23 07:40:45 scrappy Exp $
9+
* $Id: port-protos.h,v 1.3 1996/10/31 11:09:37 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -17,6 +17,8 @@
1717
#include<nlist.h>
1818
#include<link.h>
1919

20+
#include"postgres.h"
21+
2022
#include"fmgr.h"/* for func_ptr */
2123
#include"utils/dynamic_loader.h"
2224

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp