Re: [HACKERS] Re: [SQL] plpgsql error - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] Re: [SQL] plpgsql error
Date
Msg-id 199905121408.IAA13244@trillium.nmsu.edu
Whole thread Raw
In response to Re: [HACKERS] Re: [SQL] plpgsql error  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Tom, I like your fix in configure.in better than adding a silly  Makefile�rule.  Yours is much cleaner.  You just
createdan  expanded_libdir in configure.in and let that be expanded in the *.in  files.  Great.
 

The problem with solutions like this is that we end up proliferating
expanded and unexpanded versions of the same variables; hence,
maintenance problems with coordinating the various uses of this
information.

We've already had this discussion with some of the other cases (the
perl or tcl interfaces come to mind but I'm not sure).  It would be
unfortunate to make configure that much more complex when we don't
really need to at all.  It seems we should be using Makefile rules to
do what they are best at: automatically generating files based on
known rules that depend on a specific database of local configuration
options; configure's role should simply be to create that database.

Cheers,
Brook




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [SQL] plpgsql error
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Update Open Items list