Skip to content

Segmentation fault in one transaction create table and add_to_pathman_config #182

Closed
@NikitinNikolay

Description

@NikitinNikolay

Здравствуйте!

Конфигурация 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions