Re: autogenerating headers & bki stuff - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: autogenerating headers & bki stuff
Date
Msg-id 200907271120.31585.peter_e@gmx.net
Whole thread Raw
In response to Re: autogenerating headers & bki stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: autogenerating headers & bki stuff
List pgsql-hackers
On Sunday 26 July 2009 20:58:30 Tom Lane wrote:
> The argument about optional stuff doesn't impress me.  I would think
> that something that's going to be optionally loaded doesn't need to be
> considered during bootstrap mode at all.  We can just have initdb run
> some SQL scripts (or not) during its post-bootstrap phase.

Isn't that exactly what some people are proposing?  Remove the nonessential 
things from the DATA() lines and put them into SQL scripts?


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: autogenerating headers & bki stuff
Next
From: Fujii Masao
Date:
Subject: Re: Non-blocking communication between a frontend and a backend (pqcomm)