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

EXPLAIN VERBOSE had a very high probability of triggering

a backend core dump, because it was concatenating a potentially long
string onto another string that didn't necessarily have enough room.
Shame, shame.
parent 8f5ff4cf
No related branches found
No related tags found
No related merge requests found
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