mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Remove extra semicolons.
Reported-by: David Rowley Author: David Rowley Reviewed-by: Amit Kapila Backpatch-through: 10 Discussion: https://postgr.es/m/CAKJS1f8EneeYyzzvdjahVZ6gbAHFkHbSFB5m_C0Y6TUJs9Dgdg@mail.gmail.com
This commit is contained in:
@ -816,7 +816,7 @@ generate_nonunion_paths(SetOperationStmt *op, PlannerInfo *root,
|
||||
/* Build result relation. */
|
||||
result_rel = fetch_upper_rel(root, UPPERREL_SETOP,
|
||||
bms_union(lrel->relids, rrel->relids));
|
||||
result_rel->reltarget = create_pathtarget(root, tlist);;
|
||||
result_rel->reltarget = create_pathtarget(root, tlist);
|
||||
|
||||
/*
|
||||
* Append the child results together.
|
||||
|
Reference in New Issue
Block a user