pgsql: Fix format modifier used in elog. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix format modifier used in elog.
Date
Msg-id E1mcSVK-00014I-7h@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Replace polyphase merge algorithm with a simple balanced k-way m
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Replace polyphase merge algorithm with a simple balanced k-way m