Re: TABLESAMPLE patch

From: Petr Jelinek <petr(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Jaime Casanova <jaime(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tv(at)fuzzy(dot)cz>
Subject: Re: TABLESAMPLE patch
Date: 2015-02-22 17:57:48
Message-ID: 54EA189C.3090308@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tomas noticed that the patch is missing error check when TABLESAMPLE is
used on view, so here is a new version that checks it's only used
against table or matview.

No other changes.

--
Petr Jelinek http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
0001-separate-block-sampling-functions-v2.patch text/x-diff 21.9 KB
0002-tablesample-v9.patch text/x-diff 109.1 KB
0003-tablesample-ddl-v4.patch text/x-diff 59.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2015-02-22 20:12:12 Re: New CF app deployment
Previous Message Tomas Vondra 2015-02-22 17:52:37 Re: 9.5: Better memory accounting, towards memory-bounded HashAgg