[COMMITTERS] pgsql: Make tablesample work with partitioned tables. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Make tablesample work with partitioned tables.
Date
Msg-id E1ch9lH-00071S-5d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make tablesample work with partitioned tables.

This was an oversight in the original partitioning commit.

Amit Langote, reviewed by David Fetter

Discussion: http://postgr.es/m/59af6590-8ace-04c4-c36c-ea35d435c60e@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5dbdb2f799232cb1b6df7d7a85d59ade3234d30c

Modified Files
--------------
src/backend/parser/parse_clause.c         |  3 ++-
src/test/regress/expected/tablesample.out | 18 ++++++++++++++++++
src/test/regress/sql/tablesample.sql      |  8 ++++++++
3 files changed, 28 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Add an Assert that enum_cmp_internal() gets passed an FmgrInfop
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix unportable definition of BSWAP64() macro.