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;
Showing
Please register or sign in to comment