Closed
Description
Здравствуйте!
Конфигурация Red Hat Enterprise Linux Server release 6.10 (Santiago) + PostgreSQL 9.6.6 + pg_pathman 1.5.2
После прогона следующего теста:
drop table if exists test;
begin;
create table test
(
n numeric not null,
part_key numeric not null
);
select add_to_pathman_config(oid, 'part_key')
from pg_class
where relname = 'test';
commit;
Теряется соединение с бд и в логе постгреса появляется запись
< 2018-10-23 17:34:28.198 MSK > LOG: server process (PID 36607) was terminated by signal 11: Segmentation fault
Metadata
Metadata
Assignees
Labels
No labels