Re: pgbench - allow to create partitioned tables
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Asif Rehman <asifr.rehman@gmail.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-26T06:41:33Z
Lists: pgsql-hackers
Attachments
- pgbench-init-partitioned-17.patch (text/x-diff) patch
> Okay, I think making the check consistent is a step forward. The > latest patch is not compiling for me. Argh, shame on me! > [...] We don't recommend to start messages with a capital letter. See > "Upper Case vs. Lower Case" section in docs [1]. It is not that we have > not used it anywhere else, but I think we should try to avoid it. Ok. Patch v17 makes both above changes, compiles and passes pgbench TAP tests on my laptop. -- Fabien.
Commits
-
pgbench: add --partitions and --partition-method options.
- b1c1aa531823 13.0 landed