Rename postgres_fdw's use_remote_explain option to use_remote_estimate.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 09a7cd409e762f0430a5d474f4d8d7c962369a8e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-02-23T17:20:48Z
Releases: 9.3.0
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