Skip to content
Snippets Groups Projects
Commit 8685c472 authored by Tom Lane's avatar Tom Lane
Browse files

Fix performance issue in exprTypmod(): for a COALESCE expression, it

recursed twice on its first argument, leading to exponential time spent
on a deep nest of COALESCEs ... such as a deeply nested FULL JOIN would
produce.  Per report from Matt Carter.
parent b4104756
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment