Re: few ideas for pgbench

2021-05-07 Thread Pavel Stehule
pá 7. 5. 2021 v 11:28 odesílatel Fabien COELHO napsal: > > >> Finally it is unclear how to add such a feature with minimal impact on > the > >> source code. > > > > > > It is a question if this is possible without more changes or without > > compatibility break :( Probably not. All output should

Re: few ideas for pgbench

2021-05-07 Thread Fabien COELHO
Finally it is unclear how to add such a feature with minimal impact on the source code. It is a question if this is possible without more changes or without compatibility break :( Probably not. All output should be centralized. Yes and no. For some things we could have "void report_somety

Re: few ideas for pgbench

2021-05-07 Thread Pavel Stehule
pá 7. 5. 2021 v 9:46 odesílatel Fabien COELHO < fabien.coe...@mines-paristech.fr> napsal: > > Hello, > > >>> When I run pgbench, I usually work with more releases together, so the > >>> server version is important info. > >> > >> Ok. Yes. > > Here is a putative patch for this simple part. > +1

Re: few ideas for pgbench

2021-05-05 Thread Pavel Stehule
st 5. 5. 2021 v 11:55 odesílatel Fabien COELHO napsal: > > Hello Pavel, > > > This is not a simple question. Personally I prefer to show this info > every > > time, although it can be redundant. Just for check and for more simple > > automatic processing. > > > > When I run pgbench, I usually wor

Re: few ideas for pgbench

2021-05-05 Thread Fabien COELHO
Hello Pavel, This is not a simple question. Personally I prefer to show this info every time, although it can be redundant. Just for check and for more simple automatic processing. When I run pgbench, I usually work with more releases together, so the server version is important info. Ok. Y

Re: few ideas for pgbench

2021-05-04 Thread Pavel Stehule
út 4. 5. 2021 v 20:59 odesílatel Fabien COELHO napsal: > > Hello Pavel, > > > 1. print server version to the output of pgbench. Now only client side > > version is printed > > It is easy enough and makes sense. Maybe only if it differs from the > client side version ? > This is not a simple ques

Re: few ideas for pgbench

2021-05-04 Thread Fabien COELHO
Hello Pavel, 1. print server version to the output of pgbench. Now only client side version is printed It is easy enough and makes sense. Maybe only if it differs from the client side version ? 2. can ve generate some output in structured format - XML, JSON ? It is obviously possible,