mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Remove a now unused local variable.
This commit is contained in:
@ -1265,7 +1265,6 @@ build_tuplestore_recursively(char *key_fld,
|
|||||||
Tuplestorestate *tupstore)
|
Tuplestorestate *tupstore)
|
||||||
{
|
{
|
||||||
TupleDesc tupdesc = attinmeta->tupdesc;
|
TupleDesc tupdesc = attinmeta->tupdesc;
|
||||||
MemoryContext oldcontext;
|
|
||||||
StringInfo sql = makeStringInfo();
|
StringInfo sql = makeStringInfo();
|
||||||
int ret;
|
int ret;
|
||||||
int proc;
|
int proc;
|
||||||
|
Reference in New Issue
Block a user