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

Commit76af974

Browse files
committed
1 parente0f05cd commit76af974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎contrib/tablefunc/tablefunc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static HTAB *load_categories_hash(char *cats_sql, MemoryContext per_query_ctx);
4949
staticTuplestorestate*get_crosstab_tuplestore(char*sql,
5050
HTAB*crosstab_hash,
5151
TupleDesctupdesc,
52-
MemoryContextper_query_ctx,
5352
boolrandomAccess);
5453
staticvoidvalidateConnectbyTupleDesc(TupleDesctupdesc,boolshow_branch,boolshow_serial);
5554
staticboolcompatCrosstabTupleDescs(TupleDesctupdesc1,TupleDesctupdesc2);
@@ -680,7 +679,6 @@ crosstab_hash(PG_FUNCTION_ARGS)
680679
rsinfo->setResult=get_crosstab_tuplestore(sql,
681680
crosstab_hash,
682681
tupdesc,
683-
per_query_ctx,
684682
rsinfo->allowedModes&SFRM_Materialize_Random);
685683

686684
/*
@@ -793,7 +791,6 @@ static Tuplestorestate *
793791
get_crosstab_tuplestore(char*sql,
794792
HTAB*crosstab_hash,
795793
TupleDesctupdesc,
796-
MemoryContextper_query_ctx,
797794
boolrandomAccess)
798795
{
799796
Tuplestorestate*tupstore;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp