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

Commitbcb3852

Browse files
committed
Fix deprecated-by-C-spec usage: storage class should come before const
decoration. Zdenek Kotala
1 parentdf87074 commitbcb3852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/interfaces/ecpg/ecpglib/prepare.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.22 2007/10/03 11:11:12 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.23 2007/11/05 20:57:24 tgl Exp $ */
22

33
#definePOSTGRES_ECPG_INTERNAL
44
#include"postgres_fe.h"
@@ -31,8 +31,8 @@ typedef struct
3131
}stmtCacheEntry;
3232

3333
staticintnextStmtID=1;
34-
conststaticintstmtCacheNBuckets=2039;/* # buckets - a prime # */
35-
conststaticintstmtCacheEntPerBucket=8;/* # entries/bucket */
34+
staticconstintstmtCacheNBuckets=2039;/* # buckets - a prime # */
35+
staticconstintstmtCacheEntPerBucket=8;/* # entries/bucket */
3636
staticstmtCacheEntrystmtCacheEntries[16384]= {{0,{0},0,0,0}};
3737

3838
staticstructprepared_statement*find_prepared_statement(constchar*name,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp