Re: Where to load modules from? - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Where to load modules from?
Date
Msg-id m2pps3vffw.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Where to load modules from?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Where to load modules from?
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> So... our usual comma-separated GUC syntax?  Empty means no extra
> places to search.

Sounds pretty good to me.

The only advantage of using an initdb place would have been the
opportunity to actually register modules and WAL log that step so that
the standby pg_modules directory gets filled automatically.

I realise that might be another discussion and patch entirely.

I'll prepare a patch using GUCs just doing the bare minimum for now,
allowing to load modules from GUC directed places.

Regards,
-- 
Dimitri Fontaine                                        06 63 07 10 78
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Freezing without write I/O
Next
From: Kevin Grittner
Date:
Subject: Re: record identical operator - Review