pgsql: pg_upgrade: check for types removed in pg12

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_upgrade: check for types removed in pg12
Дата
Msg-id E1qkm6P-005s9p-Ia@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade: check for types removed in pg12

Commit cda6a8d01d39 removed a few datatypes, but didn't update
pg_upgrade --check to throw error if these types are used.  So the users
find that pg_upgrade --check tells them that everything is fine, only to
fail when the real upgrade is attempted.

Reviewed-by: Tristan Partin <tristan@neon.tech>
Reviewed-by: Suraj Kharage <suraj.kharage@enterprisedb.com>
Discussion: https://postgr.es/m/202309201654.ng4ksea25mti@alvherre.pgsql

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/bin/pg_upgrade/check.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix typo in numutils.c comments
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: vacuumdb: Reword --help message for clarity