mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 10:38:53 -04:00
Remove a now unused local variable.
This commit is contained in:
parent
56a87f2721
commit
c79a6b110c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue