Rename postgres_fdw's use_remote_explain option to use_remote_estimate.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +3 −3 |
| contrib/postgres_fdw/option.c | modified | +5 −5 |
| contrib/postgres_fdw/postgres_fdw.c | modified | +9 −9 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +3 −3 |