| From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Separate block sampling functions |
| Date: | 2015-05-15 02:03:50 |
| Message-ID: | E1Yt4yc-00024U-4W@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Separate block sampling functions
Refactoring ahead of tablesample patch
Requested and reviewed by Michael Paquier
Petr Jelinek
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/83e176ec18d2a91dbea1d0d1bd94c38dc47cd77c
Modified Files
--------------
contrib/file_fdw/file_fdw.c | 9 +-
contrib/postgres_fdw/postgres_fdw.c | 10 +-
src/backend/commands/analyze.c | 225 +---------------------------------
src/backend/utils/misc/Makefile | 2 +-
src/backend/utils/misc/sampling.c | 226 +++++++++++++++++++++++++++++++++++
src/include/commands/vacuum.h | 3 -
src/include/utils/sampling.h | 44 +++++++
7 files changed, 287 insertions(+), 232 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2015-05-15 02:27:22 | pgsql: Teach UtfToLocal/LocalToUtf to support algorithmic encoding conv |
| Previous Message | Bruce Momjian | 2015-05-15 01:56:53 | pgsql: pg_upgrade: make controldata checks more consistent |