Re: [PATCH] Warning about configure args (weaker version) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [PATCH] Warning about configure args (weaker version)
Date
Msg-id 200605151537.k4FFbkD03047@candle.pha.pa.us
Whole thread Raw
In response to [PATCH] Warning about configure args (weaker version)  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


Martijn van Oosterhout wrote:
-- Start of PGP signed section.
> Here's a weaker version of the previous patch. Rather than aborting, it
> simply prints a warning about any unrecognised options, just before the
> end:
>
> checking thread safety of required library functions... yes
> *** Option ignored: --enable-depends
> configure: creating ./config.status
> ...etc...
>
> Have a nice day,
> --
> Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> > From each according to his ability. To each according to his ability to litigate.

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: [PATCH] Improve EXPLAIN ANALYZE overhead by sampling
Next
From: Hannu Krosing
Date:
Subject: Re: Iterating generator from C (PostgreSQL's pl/python RETUN