Re: postgres_fdw: using TABLESAMPLE to collect remote sample
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas.vondra@enterprisedb.com>
Cc: James Finnerty <jfinnert@amazon.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-01-05T21:56:55Z
Lists: pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes: > There are no callers outside postgresAcquireSampleRowsFunc, so what > about renaming them like this? > deparseAnalyzeTuplesSql > -> deparseAnalyzeInfoSql > postgresCountTuplesForForeignTable > -> postgresGetAnalyzeInfoForForeignTable WFM. regards, tom lane
Commits
-
Check relkind before using TABLESAMPLE in postgres_fdw
- 57d11ef028d1 16.0 landed
-
Fix stale comment about sample_frac adjustment
- 211d80c06562 16.0 landed