pgsql: Convert Typ from array to list in bootstrap

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Convert Typ from array to list in bootstrap
Дата
Msg-id E1lOrF6-000193-2p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Convert Typ from array to list in bootstrap

It's a bit easier and more convenient to free and reload a List,
compared to a plain array. This will be helpful when allowing catalogs
to contain composite types.

Author: Justin Pryzby
Reviewed-by: Dean Rasheed, Tomas Vondra
Discussion: https://postgr.es/m/ad7891d2-e90c-b446-9fe2-7419143847d7%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1a5e65703ce884529340819f6268d24f43ef8f7

Modified Files
--------------
src/backend/bootstrap/bootstrap.c | 89 ++++++++++++++++++---------------------
1 file changed, 41 insertions(+), 48 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: nbtree VACUUM: Cope with buggy opclasses.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Reword slightly logs generated for index stats in autovacuum