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

Commit1dec091

Browse files
committed
1 parent6785974 commit1dec091

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static void JumbleRowMarks(pgssJumbleState *jstate, List *rowMarks);
376376
staticvoidJumbleExpr(pgssJumbleState*jstate,Node*node);
377377
staticvoidRecordConstLocation(pgssJumbleState*jstate,intlocation);
378378
staticchar*generate_normalized_query(pgssJumbleState*jstate,constchar*query,
379-
intquery_loc,int*query_len_p,intencoding);
379+
intquery_loc,int*query_len_p);
380380
staticvoidfill_in_constant_lengths(pgssJumbleState*jstate,constchar*query,
381381
intquery_loc);
382382
staticintcomp_location(constvoid*a,constvoid*b);
@@ -1336,8 +1336,7 @@ pgss_store(const char *query, uint64 queryId,
13361336
LWLockRelease(pgss->lock);
13371337
norm_query=generate_normalized_query(jstate,query,
13381338
query_location,
1339-
&query_len,
1340-
encoding);
1339+
&query_len);
13411340
LWLockAcquire(pgss->lock,LW_SHARED);
13421341
}
13431342

@@ -3235,7 +3234,7 @@ RecordConstLocation(pgssJumbleState *jstate, int location)
32353234
*/
32363235
staticchar*
32373236
generate_normalized_query(pgssJumbleState*jstate,constchar*query,
3238-
intquery_loc,int*query_len_p,intencoding)
3237+
intquery_loc,int*query_len_p)
32393238
{
32403239
char*norm_query;
32413240
intquery_len=*query_len_p;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp