pgsql: test_slru: Fix incorrect format placeholders - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: test_slru: Fix incorrect format placeholders
Date
Msg-id E1u9f6R-00082y-0k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Specify the interaction of publish_generated_columns with c
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_verifybackup: Message style improvements