pgsql: Remove meaninglist restrict qualifiers

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove meaninglist restrict qualifiers
Date: 2025-10-27 08:02:35
Message-ID: E1vDIBX-003ig9-16@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove meaninglist restrict qualifiers

The use of the restrict qualifier in casts is meaningless, so remove
them.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/0e3d8644-c01d-4374-86ea-9f0a987981f0%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64d2b0968ea494cb11900ffb7681b5784e4112b9

Modified Files
--------------
src/include/libpq/pqformat.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-10-27 09:19:59 pgsql: Remove Item type
Previous Message Amit Kapila 2025-10-27 06:59:44 pgsql: Fix GUC check_hook validation for synchronized_standby_slots.