aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-12-03 12:25:56 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-12-03 12:25:56 -0500
commitbf39b3af6a9c6a036aae0742cf339fce662eee3a (patch)
tree0ddb10789aab3dc202a38123a710c8bb85a98bf1 /src/backend/access/gist
parent68ab982906187fba3530a01b01eb065ea9134298 (diff)
downloadpostgresql-bf39b3af6a9c6a036aae0742cf339fce662eee3a.tar.gz
postgresql-bf39b3af6a9c6a036aae0742cf339fce662eee3a.zip
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
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions