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

Commit74dc04a

Browse files
committed
Move connection defines to miscadmin.h.
1 parentd8bc37e commit74dc04a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

‎src/include/libpq/pqcomm.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pqcomm.h,v 1.50 2000/11/2504:13:18 momjian Exp $
12+
* $Id: pqcomm.h,v 1.51 2000/11/2522:34:14 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -172,13 +172,4 @@ typedef struct CancelRequestPacket
172172
#defineNEGOTIATE_SSL_CODE PG_PROTOCOL(1234,5679)
173173

174174

175-
/*
176-
* Configuration options
177-
*/
178-
externintUnix_socket_permissions;
179-
180-
externchar*Unix_socket_group;
181-
externchar*UnixSocketDir;
182-
externchar*Virtual_host;
183-
184175
#endif/* PQCOMM_H */

‎src/include/miscadmin.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: miscadmin.h,v 1.73 2000/11/2505:00:30 momjian Exp $
15+
* $Id: miscadmin.h,v 1.74 2000/11/2522:34:13 momjian Exp $
1616
*
1717
* NOTES
1818
* some of the information in this file will be moved to
@@ -111,6 +111,11 @@ extern bool SilentMode;
111111
externintMaxBackends;
112112
externintNBuffers;
113113
externintPostPortNumber;
114+
externintUnix_socket_permissions;
115+
externchar*Unix_socket_group;
116+
externchar*UnixSocketDir;
117+
externchar*Virtual_host;
118+
114119

115120
/*****************************************************************************
116121
* pdir.h -- *

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp