Skip to content

Commit 815f584

Browse files
committed
Rename macro parameter, for clarity.
1 parent fb4c180 commit 815f584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/libpq/pqcomm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.99 2006/03/05 15:58:56 momjian Exp $
12+
* $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.100 2006/05/17 01:44:24 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -76,9 +76,9 @@ typedef struct
7676

7777
/* Configure the UNIX socket location for the well known port. */
7878

79-
#define UNIXSOCK_PATH(path,port,defpath) \
79+
#define UNIXSOCK_PATH(path, port, sockdir) \
8080
snprintf(path, sizeof(path), "%s/.s.PGSQL.%d", \
81-
((defpath) && *(defpath) != '\0') ? (defpath) : \
81+
((sockdir) && *(sockdir) != '\0') ? (sockdir) : \
8282
DEFAULT_PGSOCKET_DIR, \
8383
(port))
8484

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