Re: Patch for automated partitioning
- From: Peter Eisentraut <peter_e(at)gmx(dot)net>
- To: shrish purohit <shrishpurohit(at)gmail(dot)com>
- Cc: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, Hackers <pgsql-hackers(at)postgresql(dot)org>, kedar(dot)potdar(at)gmail(dot)com, Nikhil Sontakke <nikhil(dot)sontakke(at)enterprisedb(dot)com>
- Subject: Re: Patch for automated partitioning
- Date: Fri, 30 Oct 2009 17:04:01 +0200
- Message-id: <1256915041.525.19.camel@fsopti579.F-Secure.com> <text/plain>
On Fri, 2009-10-30 at 17:55 +0530, shrish purohit wrote:
> Hi,
>
> Updated Kedar's patch sending on behalf of Kedar.
>
> .tar.bz2 file contains files to be put at
> ./src/include/catalog/pg_partition.h
> ./src/backend/utils/partition
> ./src/test/regress/sql/partition.sql
>
> There are not toomany modifications. It includes improvements for
> validating multi-column partitioned tables.
> propagation of constraints and indexes to child tables. addition of
> minvalue and maxvalue. some bug fixes.
>
Thank you for your contribution, but please read
<http://petereisentraut.blogspot.com/2009/09/how-to-submit-patch-by-email.html> on how to submit a proper patch by email. A tarball of scattered files is not a convenient way of working, especially for a nontrivial feature like this.
Home |
Main Index |
Thread Index