pgsql: Fix printf format specfiers in test_int128 module.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix printf format specfiers in test_int128 module.
Date: 2025-08-06 09:18:35
Message-ID: E1ujaI7-0011Oe-03@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix printf format specfiers in test_int128 module.

Compiler warnings introduced by 8c7445a0081.

Author: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/811633105a38bc40ff2f75879a4b9a1113bb0347

Modified Files
--------------
src/test/modules/test_int128/test_int128.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2025-08-06 10:39:21 pgsql: Refactor int128.h, bringing the native and non-native code toget
Previous Message Peter Eisentraut 2025-08-06 09:09:13 pgsql: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT