Opened 5 years ago
Closed 5 years ago
#4440 closed defect (fixed)
Type Lookups in FDW fail
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.5.3 |
Component: | postgis | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
Because FDW connections have very sparse search_path, it's common for calls to TypenameGetTypid() to fail. A different way of looking up the PostGIS type Oid numbers needs to be used.
Note:
See TracTickets
for help on using tickets.
In 17567: