File tree 1 file changed +1
-7
lines changed 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 3
3
* procedural language
4
4
*
5
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.41.2.1 2001/05/08 01:02:03 tgl Exp $
6
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.41.2.2 2001/06/13 01:02:59 tgl Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
@@ -1922,9 +1922,6 @@ exec_stmt_dynexecute(PLpgSQL_execstate * estate,
1922
1922
ObjectIdGetDatum (typeStruct -> typelem ),
1923
1923
Int32GetDatum (-1 )));
1924
1924
1925
- if (!typeStruct -> typbyval )
1926
- pfree ((void * ) query );
1927
-
1928
1925
ReleaseSysCache (typetup );
1929
1926
1930
1927
/*
@@ -2038,9 +2035,6 @@ exec_stmt_dynfors(PLpgSQL_execstate * estate, PLpgSQL_stmt_dynfors * stmt)
2038
2035
ObjectIdGetDatum (typeStruct -> typelem ),
2039
2036
Int32GetDatum (-1 )));
2040
2037
2041
- if (!typeStruct -> typbyval )
2042
- pfree ((void * ) query );
2043
-
2044
2038
ReleaseSysCache (typetup );
2045
2039
2046
2040
/*
You can’t perform that action at this time.
0 commit comments