pgsql: Rename postgres_fdw's use_remote_explain option to use_remote_es

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename postgres_fdw's use_remote_explain option to use_remote_es
Date: 2013-02-23 17:21:06
Message-ID: E1U9ImY-0007Xe-Jn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-02-24 04:53:18 pgsql: Correct tense in log message
Previous Message Michael Paquier 2013-02-23 13:00:14 Re: Materialized views WIP patch