diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-15 04:02:54 +0200 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-15 04:02:54 +0200 |
commit | 83e176ec18d2a91dbea1d0d1bd94c38dc47cd77c (patch) | |
tree | 6c92ec7402b4ac14a585c41d960e35bd283a878b /src/include/commands | |
parent | 5a3022fde018aca9b23b7f7506233b437d943de2 (diff) |
Separate block sampling functions
Refactoring ahead of tablesample patch
Requested and reviewed by Michael Paquier
Petr Jelinek
Diffstat (limited to 'src/include/commands')
-rw-r--r-- | src/include/commands/vacuum.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 71f016552bf..ce7b28d22c7 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -197,8 +197,5 @@ extern void analyze_rel(Oid relid, RangeVar *relation, int options, VacuumParams *params, List *va_cols, bool in_outer_xact, BufferAccessStrategy bstrategy); extern bool std_typanalyze(VacAttrStats *stats); -extern double anl_random_fract(void); -extern double anl_init_selection_state(int n); -extern double anl_get_next_S(double t, int n, double *stateptr); #endif /* VACUUM_H */ |