mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -600,7 +600,7 @@ exec_command_conninfo(PsqlScanState scan_state, bool active_branch)
|
||||
|
||||
/*
|
||||
* If the host is an absolute path, the connection is via socket
|
||||
* unless overriden by hostaddr
|
||||
* unless overridden by hostaddr
|
||||
*/
|
||||
if (is_absolute_path(host))
|
||||
{
|
||||
|
Reference in New Issue
Block a user