pgsql: Silence some compiler warnings in commit 3311ea86ed

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence some compiler warnings in commit 3311ea86ed
Date: 2024-04-05 20:08:58
Message-ID: E1rspru-000gc1-8h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence some compiler warnings in commit 3311ea86ed

Per report from Nathan Bossart

Branch
------
master

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

Modified Files
--------------
src/common/jsonapi.c | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-04-05 21:48:30 pgsql: Fix headerscheck violation introduced in f8ce4ed78ca
Previous Message Robert Haas 2024-04-05 17:50:41 pgsql: Fix incorrect calculation in BlockRefTableEntryGetBlocks.