cleanup & refactoring on reindexdb.c

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема cleanup & refactoring on reindexdb.c
Дата
Msg-id CAOBaU_bSmSik_WRK9niDnm-3NkNZky6+uKxkmQwvthZvMWpS5A@mail.gmail.com
обсуждение исходный текст
Ответы Re: cleanup & refactoring on reindexdb.c  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

As discussed in
https://www.postgresql.org/message-id/CAOBaU_Yo61RwNO3cW6WVYWwH7EYMPuexhKqufb2nFGOdunbcHw@mail.gmail.com,
current coding in reindexdb.c is error prone, and
reindex_system_catalogs() is also not really required.

I attach two patches to fix both (it could be squashed in a single
commit as both are straightforward), for upcoming v13.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Wrong dead return value in jsonb_utils.c
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Why is infinite_recurse test suddenly failing?