pgsql: test_slru: Fix incorrect format placeholders

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_slru: Fix incorrect format placeholders
Date: 2025-04-29 07:10:03
Message-ID: E1u9f6R-00082y-0k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_slru: Fix incorrect format placeholders

Before commit a0ed19e0a9e there was a cast around these, but the cast
inadvertently changed the signedness, but that made the format
placeholder correct. Commit a0ed19e0a9e removed the casts, so now the
format placeholders had the wrong signedness.

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_slru/test_slru.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-04-29 07:20:02 pgsql: pg_verifybackup: Message style improvements
Previous Message Amit Kapila 2025-04-29 03:38:57 pgsql: Doc: Specify the interaction of publish_generated_columns with c