-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Milestone
Description
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?
Line 663 in a4e190a
map = convert_tuples_by_name_map(RelationGetDescr(rel1), |
Thanks