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

Commit768dfd0

Browse files
committed
Cosmetic improvements to dblink.
1 parentf3576c3 commit768dfd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎contrib/dblink/dblink.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ PGconn *persistent_conn = NULL;
9191
staticHTAB*remoteConnHash=NULL;
9292

9393
/*
94-
Following is list that holds multiple remote connections.
95-
Calling convention of each dblink function changes to accept
96-
connection name as the first parameter. The connection list is
97-
much like ecpg e.g. a mapping between a name and a PGconn object.
98-
*/
94+
*Following is list that holds multiple remote connections.
95+
*Calling convention of each dblink function changes to accept
96+
*connection name as the first parameter. The connection list is
97+
*much like ecpg e.g. a mapping between a name and a PGconn object.
98+
*/
9999

100100
typedefstructremoteConnHashEnt
101101
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp