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

Commit6d62338

Browse files
committed
Rewording, use the more common multi-threaded/single-threaded.
1 parent8fc0aa4 commit6d62338

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.68 2005/10/13 17:46:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.69 2005/10/13 17:55:18 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1613,8 +1613,9 @@ ECPG = ecpg
16131613
compiled with different flags, this function call will crash the
16141614
application because the internal representation of the
16151615
<literal>FILE</> pointers differ. Specifically,
1616-
threading/non-threading, release/debug, and static/dynamic flags should
1617-
be the same for the library and all applications using that library.
1616+
multi-threaded/single-threaded, release/debug, and static/dynamic
1617+
flags should be the same for the library and all applications using
1618+
that library.
16181619
</para>
16191620
</note>
16201621
</listitem>

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.192 2005/10/13 17:46:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.193 2005/10/13 17:55:18 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -3520,9 +3520,9 @@ void PQtrace(PGconn *conn, FILE *stream);
35203520
On Win32, if the <application>libpq</> library and an application are
35213521
compiled with different flags, this function call will crash the
35223522
application because the internal representation of the <literal>FILE</>
3523-
pointers differ. Specifically,threading/non-threading, release/debug, and
3524-
static/dynamic flags should be the same for the library and all applications
3525-
using that library.
3523+
pointers differ. Specifically,multi-threaded/single-threaded,
3524+
release/debug, andstatic/dynamic flags should be the same for the
3525+
library and all applicationsusing that library.
35263526
</para>
35273527
</note>
35283528
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp