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
Revert "Refactor compile-time assertion checks in c.h"
This reverts commitb7f64c6, which broke the fallback implementation forC++. We have discussed a couple of alternatives to reduce the number ofimplementations for those asserts, but nothing allowing to reduce thenumber of implementations down to three instead of four, so there is nobenefit in keeping this patch.Thanks to Tom Lane for the discussion.Discussion:https://postgr.es/m/20200313115033.GA183471@paquier.xyz