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

Commit2f839c5

Browse files
committed
Please apply the attached patch to interfaces/libpq/libpq-fe.h. This would
allow to write applications which do not have a link to postgres_ext.h intheir source directory.Andreas Kardos
1 parentac3884e commit2f839c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: libpq-fe.h,v 1.61 2000/03/11 03:08:37 tgl Exp $
10+
* $Id: libpq-fe.h,v 1.62 2000/03/23 15:00:11 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -24,7 +24,7 @@ extern"C"
2424
/* postgres_ext.h defines the backend's externally visible types,
2525
* such as Oid.
2626
*/
27-
#include"postgres_ext.h"
27+
#include<postgres_ext.h>
2828

2929
/* Application-visible enum types */
3030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp