Fix format modifier used in elog.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 18 Oct 2021 13:15:44 +0000 (16:15 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 18 Oct 2021 13:15:44 +0000 (16:15 +0300)
commit0bd65a3905706927cdd6b3158b6457c1c854471b
tree649de62b895ba51c97325d0a3480415c0a70e834
parent65014000b351d5725eb00d133416ab1b4f8245b1
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.
src/backend/utils/sort/tuplesort.c