Thread: [COMMITTERS] pgsql: getObjectDescription: support extended statistics

[COMMITTERS] pgsql: getObjectDescription: support extended statistics

From
Alvaro Herrera
Date:
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(-)