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

Commita57a1e6

Browse files
committed
Make parameters in implementation have same const:ness as the ones in
the prototype. Silences msvc build warning.
1 parente863951 commita57a1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.65 2008/03/19 00:39:33 ishii Exp $
11+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.66 2008/04/10 15:20:52 mha Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -505,7 +505,7 @@ lo_import_with_oid(PGconn *conn, const char *filename, Oid lobjId)
505505
}
506506

507507
staticOid
508-
lo_import_internal(PGconn*conn,constchar*filename,Oidoid)
508+
lo_import_internal(PGconn*conn,constchar*filename,constOidoid)
509509
{
510510
intfd;
511511
intnbytes,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp