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

Commiteba9be8

Browse files
committed
The outer #define was forgotten. Attached patch adds it; please apply.
Alvaro
1 parent098d030 commiteba9be8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/include/nodes/value.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
*
77
* Copyright (c) 2003, PostgreSQL Global Development Group
88
*
9-
* $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.1 2004/01/07 18:43:36 neilc Exp $
9+
* $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.2 2004/07/12 01:00:45 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313

14+
#ifndefVALUE_H
15+
#defineVALUE_H
16+
1417
#include"nodes/nodes.h"
1518

1619
/*----------------------
@@ -54,3 +57,5 @@ extern Value *makeInteger(long i);
5457
externValue*makeFloat(char*numericStr);
5558
externValue*makeString(char*str);
5659
externValue*makeBitString(char*str);
60+
61+
#endif/* VALUE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp