Replace deprecated StaticAssertStmt() with StaticAssertDecl() Commit 6f5ad00ab763 added another use of StaticAssertStmt(), but it was marked as deprecated in commit d50c86e74375.
Author: Bertrand Drouvot <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/66ad764c8d517f59577d41ac3dad786729c9e10e Modified Files -------------- src/backend/access/gin/ginutil.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
