Fix unsigned output for signed values in SLRU error reporting

From: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix unsigned output for signed values in SLRU error reporting
Date: 2022-03-18 18:52:02
Message-ID: CALT9ZEHN7hWJo6MgJKqoDMGj=GOzQU50wTvOYZXDj7x=sUK-kw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers!

I've noticed that in SRLU error reporting both signed and unsigned values
are output as %u. I think it is worth correcting this with the very simple
patch attached.

Thanks!

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com <http://www.postgrespro.com>

Attachment Content-Type Size
v1-0001-Fix-unsigned-output-format-in-SLRU-error-reportin.patch application/octet-stream 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-03-18 18:53:04 Re: Tab completion for SET TimeZone
Previous Message Thomas Munro 2022-03-18 18:51:43 Re: Probable CF bot degradation