Convert Typ from array to list in bootstrap
authorTomas Vondra <[email protected]>
Tue, 23 Mar 2021 23:47:38 +0000 (00:47 +0100)
committerTomas Vondra <[email protected]>
Tue, 23 Mar 2021 23:47:40 +0000 (00:47 +0100)
commite1a5e65703ce884529340819f6268d24f43ef8f7
treea6f0c64bdbe484100118183ffb922413cc47680e
parent5b861baa550a369e04bf67fbe83f3a5a8c742fb4
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
src/backend/bootstrap/bootstrap.c