Skip to content

Can't install 1.4.x on PG 9.6 #101

@jamatthews

Description

@jamatthews

I have pg_pathman 1.3.1 installed on a PG 9.6.1 DB and would like to upgrade to 1.4.1

* Restarting PostgreSQL 9.6 database server                                                                                                                                                                                                                                     * The PostgreSQL server failed to start. Please check the log output:
2017-07-10 10:12:30 UTC FATAL:  could not load library "/usr/lib/postgresql/9.6/lib/pg_pathman.so": /usr/lib/postgresql/9.6/lib/pg_pathman.so: undefined symbol: convert_tuples_by_name_map

It seems like convert_tuples_by_name_map was introduced in PG10 but there's no version check around this code?

map = convert_tuples_by_name_map(RelationGetDescr(rel1),

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions