Skip to content

Commit 74dc04a

Browse files
committed
Move connection defines to miscadmin.h.
1 parent d8bc37e commit 74dc04a

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/25 04:13:18 momjian Exp $
12+
* $Id: pqcomm.h,v 1.51 2000/11/25 22:34:14 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -172,13 +172,4 @@ typedef struct CancelRequestPacket
172172
#define NEGOTIATE_SSL_CODE PG_PROTOCOL(1234,5679)
173173

174174

175-
/*
176-
* Configuration options
177-
*/
178-
extern int Unix_socket_permissions;
179-
180-
extern char * Unix_socket_group;
181-
extern char * UnixSocketDir;
182-
extern char * 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/25 05:00:30 momjian Exp $
15+
* $Id: miscadmin.h,v 1.74 2000/11/25 22: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
extern int MaxBackends;
112112
extern int NBuffers;
113113
extern int PostPortNumber;
114+
extern int Unix_socket_permissions;
115+
extern char *Unix_socket_group;
116+
extern char *UnixSocketDir;
117+
extern char *Virtual_host;
118+
114119

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy