]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pgbench: Ensure previous progress message is fully cleared when updating.
authorFujii Masao <fujii@postgresql.org>
Wed, 27 Nov 2024 14:03:44 +0000 (23:03 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 27 Nov 2024 14:03:44 +0000 (23:03 +0900)
commit1cf646957135d1200c2b7765e6446fb91bb47d86
tree7e2e545573e816ad351b0f47794dae122ef90177
parent56265ed6a12c3ccf13a1a702748fcab8d1c6111b
pgbench: Ensure previous progress message is fully cleared when updating.

During pgbench's table initialization, progress updates could display
leftover characters from the previous message if the new message
was shorter. This commit resolves the issue by appending spaces to
the current message to fully overwrite any remaining characters from
the previous line.

Back-patch to all the supported versions.

Author: Yushi Ogiwara, Tatsuo Ishii, Fujii Masao
Reviewed-by: Tatsuo Ishii, Fujii Masao
Discussion: https://postgr.es/m/9a9b8b95b6a709877ae48ad5b0c59bb9@oss.nttdata.com
src/bin/pgbench/pgbench.c