Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Hi all,I have an idea: We can add this definition to `src/include/c.h`: ``` #ifndef static_assert #define static_assert _Static_assert #endif ``` What do you all think?