Thread: pgsql: Fix StaticAssertExpr() under C++

pgsql: Fix StaticAssertExpr() under C++

From
Peter Eisentraut
Date:
Fix StaticAssertExpr() under C++

The previous code didn't compile, because static_assert() must end with
a semicolon.  To fix, wrap it in a block, similar to the C code.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ebf6049ebea19e4123fefce7b542189e84084cd1

Modified Files
--------------
src/include/c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)