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

Commit3f23f4e

Browse files
committed
Add some blank lines for formatting.
1 parentc684898 commit3f23f4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.188 2006/07/0413:22:15 momjian Exp $
11+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.189 2006/08/04 22:20:06 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -973,6 +973,7 @@ PQsendQueryGuts(PGconn *conn,
973973
pqPuts("",conn)<0||
974974
pqPuts(stmtName,conn)<0)
975975
gotosendFailed;
976+
976977
if (nParams>0&&paramFormats)
977978
{
978979
if (pqPutInt(nParams,2,conn)<0)
@@ -988,8 +989,10 @@ PQsendQueryGuts(PGconn *conn,
988989
if (pqPutInt(0,2,conn)<0)
989990
gotosendFailed;
990991
}
992+
991993
if (pqPutInt(nParams,2,conn)<0)
992994
gotosendFailed;
995+
993996
for (i=0;i<nParams;i++)
994997
{
995998
if (paramValues&&paramValues[i])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp