pgsql: Collect attribute data on extension owned tables being dumped

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Collect attribute data on extension owned tables being dumped
Дата
Msg-id E1kEFwJ-0001lo-Ai@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Collect attribute data on extension owned tables being dumped

If this data is not collected, pg_dump segfaults if asked for column
inserts.

Fix by Fabrízio de Royes Mello

Backpatch to release 12 where the bug was introduced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3eb3d3e7822d5eecfcaba871a90263c6025c5216

Modified Files
--------------
src/bin/pg_dump/pg_dump.c                          |  4 ++++
src/test/modules/test_pg_dump/t/001_base.pl        | 24 ++++++++++++++++++++--
.../modules/test_pg_dump/test_pg_dump--1.0.sql     |  5 +++++
3 files changed, 31 insertions(+), 2 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: C comment: correct use of 64-"byte" cache line size
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove some more useless assignments.