Changes between Initial Version and Version 1 of Ticket #3975, comment 1
- Timestamp:
- 01/11/18 05:49:46 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3975, comment 1
initial v1 1 Well, we cannot use the @extschema@ trick here, as it's inside the C code. I wonder if we can use the fact that we're being executed with a function to find out what schema that function is installed in. That could end up being a lot of overhead on the transform code to look that up on every call, but it's the only way I can see to keep the extension relocatable.1 Well, we cannot use the @extschema@ trick here, as it's inside the C code. I wonder if we can use the fact that we're being executed within a function to find out what schema that function is installed in. That could end up being a lot of overhead on the transform code to look that up on every call, but it's the only way I can see to keep the extension relocatable.