You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Convert nullingrels match checks from Asserts to test-and-elog.
It seems like the code that these checks are backstopping may havea few bugs left in it. Use a test-and-elog so that the tests areperformed even in non-assert builds, and so that we get somethingmore informative than "server closed the connection" on failure.Committed separately with the idea that eventually we'll revertthis. It might be awhile though.Discussion:https://postgr.es/m/3014965.1684293045@sss.pgh.pa.us