pgsql: Fix segmentation fault in MergeInheritedAttribute()
В списке pgsql-committers по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | pgsql: Fix segmentation fault in MergeInheritedAttribute() |
| Дата | |
| Msg-id | E1s2p1B-001HDX-0b@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Fix segmentation fault in MergeInheritedAttribute() While converting a pg_attribute tuple into a ColumnDef, ColumnDef::compression remains NULL if there is no compression method set fot the attribute. Calling strcmp() with NULL ColumnDef::compression, when comparing compression methods of parents, causes segmentation fault in MergeInheritedAttribute(). Skip comparing compression methods if either of them is NULL. Author: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> Reported-by: Alexander Lakhin <exclusion@gmail.com> Discussion: https://www.postgresql.org/message-id/b22a6834-aacb-7b18-0424-a3f5fe889667%40gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8f0a97dfffc5b5f48f609fb894befcdf761dd576 Modified Files -------------- src/backend/commands/tablecmds.c | 16 ++++++++++------ src/test/regress/expected/compression.out | 10 +++++++--- src/test/regress/sql/compression.sql | 8 +++++--- 3 files changed, 22 insertions(+), 12 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера