Re: pgbench - allow to create partitioned tables - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgbench - allow to create partitioned tables
Date
Msg-id 20190926132242.GA9742@alvherre.pgsql
Whole thread Raw
In response to Re: pgbench - allow to create partitioned tables  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench - allow to create partitioned tables
List pgsql-hackers
pgbench's main() is overly long already, and the new code being added
seems to pollute it even more.  Can we split it out into a static
function that gets placed, say, just below disconnect_all() or maybe
after runInitSteps?

(Also, we seem to be afraid of function prototypes.  Why not move the
append_fillfactor() to *below* the functions that use it?)

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Refactoring of connection with password prompt loop for frontends
Next
From: Amit Kapila
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions