From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: pgbench: Use standard option handling test routines |
Date: | 2025-06-30 08:51:33 |
Message-ID: | E1uWAEf-0040uK-1A@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
pgbench: Use standard option handling test routines
Run program_XXX tests instead of its own tests. This ensures
consistency with the test suites of other programs and enforces common
policies, such as help line length.
Author: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/OSCPR01MB14966247015B7E3D8D340D022F56FA(at)OSCPR01MB14966(dot)jpnprd01(dot)prod(dot)outlook(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3431e3e4aa3a33e8411f15e76c284cdd4c54ca28
Modified Files
--------------
src/bin/pgbench/t/002_pgbench_no_server.pl | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-06-30 09:35:06 | pgsql: doc: explain pgstatindex fragmentation |
Previous Message | Peter Eisentraut | 2025-06-30 08:39:23 | pgsql: doc: Some copy-editing around prefix operators |