pgsql: Fix format modifier used in elog.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix format modifier used in elog.
Date: 2021-10-18 13:16:38
Message-ID: E1mcSVK-00014I-7h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix format modifier used in elog.

The previous commit 65014000b3 changed the variable passed to elog
from an int64 to a size_t variable, but neglected to change the modifier
in the format string accordingly.

Per failure on buildfarm member lapwing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0bd65a3905706927cdd6b3158b6457c1c854471b

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-10-18 13:46:35 Re: pgsql: Replace polyphase merge algorithm with a simple balanced k-way m
Previous Message Heikki Linnakangas 2021-10-18 12:15:09 pgsql: Replace polyphase merge algorithm with a simple balanced k-way m