Re: [PATCH]Tablesample Submission

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Qi Huang <huangqiyx(at)outlook(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH]Tablesample Submission
Date: 2012-08-21 14:46:20
Message-ID: CA+TgmoZ6ufs=caRPETferpMQaYWWNk_wvf_1DBAYPHrE+f=HrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 20, 2012 at 9:52 PM, Qi Huang <huangqiyx(at)outlook(dot)com> wrote:
> Hi, hackers
> I made the final version tablesample patch. It is implementing SYSTEM
> and BERNOULLI sample method, which is basically "feature-complete". The
> regression test is also included in this patch.
> There is an wiki documentation on
> https://wiki.postgresql.org/wiki/TABLESAMPLE_Implementation. The detail
> about this patch and this project is all included in this documentation.

Please add your patch here:

https://commitfest.postgresql.org/action/commitfest_view/open

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-08-21 14:47:41 9.2RC1 wraps this Thursday ...
Previous Message Robert Haas 2012-08-21 14:41:51 Re: NOT NULL constraints in foreign tables