pgsql: Further sync postgres_fdw's "Relations" output with the rest of

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further sync postgres_fdw's "Relations" output with the rest of
Date: 2019-12-03 17:26:00
Message-ID: E1icBw0-0006Ez-8A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.

EXPLAIN generally only adds schema qualifications to table names when
VERBOSE is specified. In postgres_fdw's "Relations" output, table
names were always so qualified, but that was an implementation
restriction: in the original coding, we didn't have access to the
verbose flag at the time the string was generated. After the code
rearrangement of commit 4526951d5, we do have that info available
at the right time, so make this output follow the normal rule.

Discussion: https://postgr.es/m/12424.1575168015@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf39b3af6a9c6a036aae0742cf339fce662eee3a

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 26 +++++++++++++-------------
contrib/postgres_fdw/postgres_fdw.c | 17 ++++++++++++-----
2 files changed, 25 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2019-12-03 17:40:17 pgsql: Ensure maxlen is at leat 1 in dict_int
Previous Message Michael Paquier 2019-12-03 10:07:08 pgsql: Fix thinkos from commit 9989d37