postgres_fdw: Adjust warning message in statistics import. The previous warning message when falling back to sampling in a certain case failed to properly mention the reason for that.
Also, for clarity, rewrite a comment about the fallback and add a note about it to postgres-fdw.sgml. Follow-up to commit 6a8571568. Reported-by: Fujii Masao <[email protected]> Author: Etsuro Fujita <[email protected]> Reviewed-by: Corey Huinker <[email protected]> Discussion: https://postgr.es/m/CAHGQGwHq1VuXwxeDU8N4dd9U4RFEW982qQ9C26mRQDs3nu_Naw%40mail.gmail.com Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/683ce2329c2d5fb2f7bf625131cd5d9de15987a8 Modified Files -------------- contrib/postgres_fdw/postgres_fdw.c | 10 +++++----- doc/src/sgml/postgres-fdw.sgml | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-)
