-
- Downloads
Dept of second thoughts: improve the API for AnalyzeForeignTable.
If we make the initially-called function return the table physical-size estimate, acquire_inherited_sample_rows will be able to use that to allocate numbers of samples among child tables, when the day comes that we want to support foreign tables in inheritance trees.
Showing
- contrib/file_fdw/file_fdw.c 40 additions, 29 deletionscontrib/file_fdw/file_fdw.c
- doc/src/sgml/fdwhandler.sgml 15 additions, 13 deletionsdoc/src/sgml/fdwhandler.sgml
- src/backend/commands/analyze.c 42 additions, 52 deletionssrc/backend/commands/analyze.c
- src/include/foreign/fdwapi.h 4 additions, 4 deletionssrc/include/foreign/fdwapi.h
Loading
Please register or sign in to comment