mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@ -2937,7 +2937,7 @@ do_connect(enum trivalue reuse_previous_specification,
|
||||
if (host && strcmp(host, PQhost(o_conn)) == 0)
|
||||
{
|
||||
/*
|
||||
* if we are targetting the same host, reuse its hostaddr for
|
||||
* if we are targeting the same host, reuse its hostaddr for
|
||||
* consistency
|
||||
*/
|
||||
hostaddr = PQhostaddr(o_conn);
|
||||
|
Reference in New Issue
Block a user