postgresql/src/bin/pgbench
Peter Eisentraut 2268f2b91b Remove useless casts in format arguments
There were a number of useless casts in format arguments, either
where the input to the cast was already in the right type, or
seemingly uselessly casting between types instead of just using the
right format placeholder to begin with.

Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/07fa29f9-42d7-4aac-8834-197918cbbab6%40eisentraut.org
2025-12-09 07:33:08 +01:00
..
t pgbench: Add --continue-on-error option. 2025-11-07 19:17:37 +09:00
.gitignore Build all Flex files standalone 2022-09-04 12:09:01 +07:00
exprparse.y Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00
exprscan.l Get rid of O(N^2) script-parsing overhead in pgbench. 2025-02-27 10:53:38 -05:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
pgbench.c Remove useless casts in format arguments 2025-12-09 07:33:08 +01:00
pgbench.h Allow redeclaration of typedef yyscan_t 2025-09-12 08:16:00 +02:00