mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Remove line duplicated during conflict resolution.
I included the duplicated ExecTypeFromTL in 578b2297 "Remove WITH OIDS
support".
Reported-By: Peter Eisentraut
Discussion: https://postgr.es/m/ba819888-63c6-7f98-6acb-3731142d9414@2ndquadrant.com
This commit is contained in:
parent
93b5cc039e
commit
22bc403029
1 changed files with 0 additions and 1 deletions
|
|
@ -1604,7 +1604,6 @@ ExecInitResultTypeTL(PlanState *planstate)
|
|||
{
|
||||
TupleDesc tupDesc = ExecTypeFromTL(planstate->plan->targetlist);
|
||||
|
||||
tupDesc = ExecTypeFromTL(planstate->plan->targetlist);
|
||||
planstate->ps_ResultTupleDesc = tupDesc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue