pgsql: getObjectDescription: support extended statistics

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: getObjectDescription: support extended statistics
Date: 2017-05-12 22:25:27
Message-ID: E1d9J03-00085D-CR@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

getObjectDescription: support extended statistics

This was missed in 7b504eb282ca.

Remove the "default:" clause in the switch, to avoid this problem in the
future. Other switches involving the same enum should probably be
changed in the same way, but are not touched by this patch.

Discussion: https://postgr.es/m/20170512204800.iqt2uwyx3c32j45r@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e2af609e14ede1b5e0d73d59ed8548c76e1943a

Modified Files
--------------
src/backend/catalog/objectaddress.c | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-12 22:30:29 pgsql: Reduce initial size of RelfilenodeMapHash.
Previous Message Tom Lane 2017-05-12 22:17:52 pgsql: Avoid searching for the target catcache in CatalogCacheIdInvalid