diff options
author | Andres Freund <andres@anarazel.de> | 2020-06-15 10:14:40 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2020-07-08 13:24:35 -0700 |
commit | a9a4a7ad565b136cbee735d4bb505d98d06da522 (patch) | |
tree | 76afdb4c439ca6de54dc073755c2ff03399506cb /src/backend/libpq/pqcomm.c | |
parent | 7c89f8a5b810d10dae300ec58ea7d70024e9123e (diff) |
code: replace most remaining uses of 'master'.
Author: Andres Freund
Reviewed-By: David Steele
Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
Diffstat (limited to 'src/backend/libpq/pqcomm.c')
-rw-r--r-- | src/backend/libpq/pqcomm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 7717bb27195..ac986c05056 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -705,8 +705,8 @@ Setup_AF_UNIX(const char *sock_path) * server port. Set port->sock to the FD of the new connection. * * ASSUME: that this doesn't need to be non-blocking because - * the Postmaster uses select() to tell when the server master - * socket is ready for accept(). + * the Postmaster uses select() to tell when the socket is ready for + * accept(). * * RETURNS: STATUS_OK or STATUS_ERROR */ |