[COMMITTERS] pgsql: getObjectDescription: support extended statistics

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: getObjectDescription: support extended statistics
Дата
Msg-id E1d9J03-00085D-CR@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Avoid searching for the target catcache inCatalogCacheIdInvalid
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Reduce initial size of RelfilenodeMapHash.