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(-)