Convert Typ from array to list in bootstrap

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: e1a5e65703ce884529340819f6268d24f43ef8f7
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-03-23T23:47:40Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/bootstrap/bootstrap.c modified +41 −48

Discussion