Changes between Initial Version and Version 1 of Ticket #3975, comment 1


Ignore:
Timestamp:
Jan 11, 2018, 5:49:46 AM (7 years ago)
Author:
pramsey

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.
     1Well, 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.