The field is still called "hostaddr", so make sure references use
"hostaddr values" instead.
Author: Michael Paquier
- A comma-separated list of hostaddrs is also accepted, in
- which case each host in the list is tried in order. See
+ A comma-separated list of hostaddr values is also
+ accepted, in which case each host in the list is tried in order. See
for details.
{
conn->status = CONNECTION_BAD;
printfPQExpBuffer(&conn->errorMessage,
- libpq_gettext("could not match %d host names to %d hostaddrs\n"),
+ libpq_gettext("could not match %d host names to %d hostaddr values\n"),
count_comma_separated_elems(conn->pghost), conn->nconnhost);
return false;
}