]> granicus.if.org Git - postgresql/commit
Dept of second thoughts: improve the API for AnalyzeForeignTable.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2012 20:04:10 +0000 (16:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2012 20:04:10 +0000 (16:04 -0400)
commitcea49fe82fedcf125eb99a780099eaf47a326b03
tree37312e107b898d1dc4668f52bf2eb9876f18fbce
parent263d9de66b867b7800fac82c222e004b795b724a
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.
contrib/file_fdw/file_fdw.c
doc/src/sgml/fdwhandler.sgml
src/backend/commands/analyze.c
src/include/foreign/fdwapi.h