mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03: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:
@ -1604,7 +1604,6 @@ ExecInitResultTypeTL(PlanState *planstate)
|
||||
{
|
||||
TupleDesc tupDesc = ExecTypeFromTL(planstate->plan->targetlist);
|
||||
|
||||
tupDesc = ExecTypeFromTL(planstate->plan->targetlist);
|
||||
planstate->ps_ResultTupleDesc = tupDesc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user