Factor out constructSetOpTargetlist() from transformSetOperationTree() This would be used separately by a future patch. It also makes a little smaller.
Author: Ashutosh Bapat <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8c2b30487cc7e8797ca78f3b089ae0fec199f1a9 Modified Files -------------- src/backend/parser/analyze.c | 313 +++++++++++++++++++++++-------------------- 1 file changed, 168 insertions(+), 145 deletions(-)
