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

get_relattval() should treat a NULL constant as a non-constant expression,

since it has no way to indicate to its caller that the constant is
actually NULL.  This prevents coredump in cases like
  WHERE textfield < null::text;
parent 3e51872a
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