pgsql: Use INT64_FORMAT to print int64 variables in sort debug

2020-11-03 Thread Tomas Vondra
Use INT64_FORMAT to print int64 variables in sort debug Commit 6ee3b5fb99 cleaned up most of the long/int64 confusion related to incremental sort, but the sort debug messages were still using %ld for int64 variables. So fix that. Author: Haiying Tang Backpatch-through: 13, where the incremental s

pgsql: Use INT64_FORMAT to print int64 variables in sort debug

2020-11-03 Thread Tomas Vondra
Use INT64_FORMAT to print int64 variables in sort debug Commit 6ee3b5fb99 cleaned up most of the long/int64 confusion related to incremental sort, but the sort debug messages were still using %ld for int64 variables. So fix that. Author: Haiying Tang Backpatch-through: 13, where the incremental s