Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 76af974

Browse files
committed
1 parent e0f05cd commit 76af974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/tablefunc/tablefunc.c

-3
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
static Tuplestorestate *get_crosstab_tuplestore(char *sql,
5050
HTAB *crosstab_hash,
5151
TupleDesc tupdesc,
52-
MemoryContext per_query_ctx,
5352
bool randomAccess);
5453
static void validateConnectbyTupleDesc(TupleDesc tupdesc, bool show_branch, bool show_serial);
5554
static bool compatCrosstabTupleDescs(TupleDesc tupdesc1, TupleDesc tupdesc2);
@@ -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
TupleDesc tupdesc,
796-
MemoryContext per_query_ctx,
797794
bool randomAccess)
798795
{
799796
Tuplestorestate *tupstore;

0 commit comments

Comments
 (0)