Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd66cfe1

Browse files
committed
Fix wording of "hostaddrs"
The field is still called "hostaddr", so make sure references use"hostaddr values" instead.Author: Michael Paquier <michael.paquier@gmail.com>
1 parente477d14 commitd66cfe1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
10101010
</para>
10111011

10121012
<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> valuesis also
1014+
accepted, inwhich case each host in the list is tried in order. See
10151015
<xref linkend="libpq-multiple-hosts"> for details.
10161016
</para>
10171017
<para>

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ connectOptions2(PGconn *conn)
965965
{
966966
conn->status=CONNECTION_BAD;
967967
printfPQExpBuffer(&conn->errorMessage,
968-
libpq_gettext("could not match %d host names to %dhostaddrs\n"),
968+
libpq_gettext("could not match %d host names to %dhostaddr values\n"),
969969
count_comma_separated_elems(conn->pghost),conn->nconnhost);
970970
return false;
971971
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp