File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1010,8 +1010,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
1010
1010
</para>
1011
1011
1012
1012
<para>
1013
- A comma-separated list of <literal>hostaddrs</> is also accepted, in
1014
- which case each host in the list is tried in order. See
1013
+ A comma-separated list of <literal>hostaddr</literal> values is also
1014
+ accepted, in which case each host in the list is tried in order. See
1015
1015
<xref linkend="libpq-multiple-hosts"> for details.
1016
1016
</para>
1017
1017
<para>
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ connectOptions2(PGconn *conn)
965
965
{
966
966
conn -> status = CONNECTION_BAD ;
967
967
printfPQExpBuffer (& conn -> errorMessage ,
968
- libpq_gettext ("could not match %d host names to %d hostaddrs \n" ),
968
+ libpq_gettext ("could not match %d host names to %d hostaddr values \n" ),
969
969
count_comma_separated_elems (conn -> pghost ), conn -> nconnhost );
970
970
return false;
971
971
}
You can’t perform that action at this time.
0 commit comments