projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a87f2
)
Remove a now unused local variable.
author
Heikki Linnakangas
<
[email protected]
>
Tue, 29 Dec 2009 20:49:37 +0000
(20:49 +0000)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 29 Dec 2009 20:49:37 +0000
(20:49 +0000)
contrib/tablefunc/tablefunc.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/tablefunc/tablefunc.c
b/contrib/tablefunc/tablefunc.c
index d3b14c05342da03305ab8e4dd4537b52b9dffe7b..22f6beee99bae2c3b5a47a8b0e5da337ffbc681d 100644
(file)
--- a/
contrib/tablefunc/tablefunc.c
+++ b/
contrib/tablefunc/tablefunc.c
@@
-1265,7
+1265,6
@@
build_tuplestore_recursively(char *key_fld,
Tuplestorestate *tupstore)
{
TupleDesc tupdesc = attinmeta->tupdesc;
- MemoryContext oldcontext;
StringInfo sql = makeStringInfo();
int ret;
int proc;