diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-11-03 20:43:12 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2020-11-03 22:32:34 +0100 |
commit | 7d39586a59c6f5816a068bd38e1e4887d4c984ff (patch) | |
tree | f0253025b44f84c08d5dfcf44c44eb0952a9b10c /src/backend/executor/nodeModifyTable.c | |
parent | 2d26c4ac703447a002a02124c1edd01e70a5d1ee (diff) | |
download | postgresql-7d39586a59c6f5816a068bd38e1e4887d4c984ff.tar.gz postgresql-7d39586a59c6f5816a068bd38e1e4887d4c984ff.zip |
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 sort code was added
Discussion: https://postgr.es/m/4250be9d350c4992abb722a76e288aef%40G08CNEXMBPEKD05.g08.fujitsu.local
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions