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

Commit977fad3

Browse files
committed
Revert inclusion of postgres_ext.h to use "..." instead of <...>, per
request from XEmacs people.
1 parent9d91db4 commit977fad3

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.65 2000/04/12 17:17:15 momjian Exp $
10+
* $Id: libpq-fe.h,v 1.66 2000/04/14 00:24:52 tgl 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