]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use INT64_FORMAT when formatting int64 values in explain
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 6 Apr 2020 23:16:57 +0000 (01:16 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 6 Apr 2020 23:16:57 +0000 (01:16 +0200)
commit4bea576b032d6e5435ef0946194aada314e67691
tree854a861cb4663308e9b43021967e3aafcefa55a3
parent23ba3b5ee278847e4fad913b80950edb2838fd35
Use INT64_FORMAT when formatting int64 values in explain

Per report from lapwing.
src/backend/commands/explain.c