Re: Extensions vs PGXS' MODULE_PATHNAME handling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: pgsql-hackers@postgresql.org
Date: 2011-02-16T23:03:45Z
Lists: pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes: > Tom Lane <tgl@sss.pgh.pa.us> writes: >> [ scratches head ... ] Why is your version generating so many >> unnecessary @extschema@ uses? > I just ran create table tomlist as select your query and create table > dimlist as select my query, then: > ... > No difference on @extschema@ use here. Well, when I did it I only got @extschema@ uses in tsearch2 (see the committed update scripts), so there's *something* different about what you're doing. I'm unsure what. regards, tom lane