Re: Extensions and custom_variable_classes
Itagaki Takahiro <itagaki.takahiro@gmail.com>
From: Itagaki Takahiro <itagaki.takahiro@gmail.com>
To: Dimitri Fontaine <dimitri@2ndquadrant.fr>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-Hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-20T05:22:31Z
Lists: pgsql-hackers
On Mon, Dec 20, 2010 at 03:39, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote: > Just so that we're on the same line here, if we are to remove > custom_variable_classes then we don't keep any GUC related code into the > extension patch, right? So that ExtensionSetCVC() and friends disappear > entirely. I think so. It would be better to remove the CVC support and related code. Preloading modules that defines CVC is a good direction to fix the issue, but we need more consideration about where to do it. -- Itagaki Takahiro