[COMMITTERS] pgsql: getObjectDescription: support extended statistics - Mailing list pgsql-committers

From Alvaro Herrera
Subject [COMMITTERS] pgsql: getObjectDescription: support extended statistics
Date
Msg-id E1d9J03-00085D-CR@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid searching for the target catcache inCatalogCacheIdInvalid
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Reduce initial size of RelfilenodeMapHash.