pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()
Date: 2026-04-14 09:05:16
Message-ID: E1wCZhr-000ukF-1Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)pg(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Aleksander Alekseev 2026-04-14 14:55:53 Re: pgsql: Separate out bytea sort support from varlena.c
Previous Message Amit Kapila 2026-04-14 04:11:58 pgsql: Add missing period to HINT messages.