pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl() - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()
Date
Msg-id E1wCZhr-000ukF-1Z@gemulon.postgresql.org
Whole thread
List pgsql-committers
Replace deprecated StaticAssertStmt() with StaticAssertDecl()

Commit 6f5ad00ab763 added another use of StaticAssertStmt(), but it
was marked as deprecated in commit d50c86e74375.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/adeNWH5pDawDvvR2@ip-10-97-1-34.eu-west-3.compute.internal

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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add missing period to HINT messages.
Next
From: Aleksander Alekseev
Date:
Subject: Re: pgsql: Separate out bytea sort support from varlena.c