]> granicus.if.org Git - postgresql/commit
Clean up psql/describe.c's messy query for extended stats.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Apr 2017 17:21:40 +0000 (13:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Apr 2017 17:21:47 +0000 (13:21 -0400)
commit20c95f27e736837b4af6bef998cb9408d1ad902e
tree8db4c52a767e47a5487666903b53585b5ffe1983
parente6c9a5a9bcc9774e6a29cf9cea489b42f492e019
Clean up psql/describe.c's messy query for extended stats.

Remove unnecessary casts, safely schema-qualify the ones that remain,
lose an unnecessary level of sub-SELECT, reformat for tidiness.
src/bin/psql/describe.c