Dimitri Fontaine <[email protected]> writes:
> Tom Lane <[email protected]> writes:
>> Hm, no, that logic is the same as before no?
> Well I had
> if (!control->relocatable && control->schema != NULL)
> And you have
> + else if (control->schema != NULL)
Yeah, I deleted that relocatable test because it's redundant:
control->schema cannot be set for a relocatable extension,
cf the test in read_extension_control_file.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers