Rename postgres_fdw's use_remote_explain option to use_remote_estimate. The new name was originally my typo, but per discussion it seems like a better name anyway. So make the code match the docs, not vice versa.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/09a7cd409e762f0430a5d474f4d8d7c962369a8e Modified Files -------------- contrib/postgres_fdw/expected/postgres_fdw.out | 6 +++--- contrib/postgres_fdw/option.c | 10 +++++----- contrib/postgres_fdw/postgres_fdw.c | 18 +++++++++--------- contrib/postgres_fdw/sql/postgres_fdw.sql | 6 +++--- 4 files changed, 20 insertions(+), 20 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
