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

Commit0274e1b

Browse files
committed
Fix typo in docs.
1 parent3d1a1ee commit0274e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.276 2009/02/0618:18:54 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/0619:24:12 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -67,7 +67,7 @@
6767
<note>
6868
<para>
6969
On Windows, there is a way to improve performance if a single
70-
database connection isrepeated started and shutdown. Internally,
70+
database connection isrepeatedly started and shutdown. Internally,
7171
libpq calls WSAStartup() and WSACleanup() for connection startup
7272
and shutdown, respectively. WSAStartup() increments an internal
7373
Windows library reference count which is decremented by WSACleanup().

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp