Re: Fixing warnings in back branches?

From: Greg Stark <stark(at)mit(dot)edu>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fixing warnings in back branches?
Date: 2015-12-14 10:55:05
Message-ID: CAM-w4HNqyuyunnvUvQ5pzto_SH682_W+H53Tag--dbUVi5QLyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 14, 2015 at 10:20 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> I personally am not bothered by a handful of spurious warnings in the
> back branches, but at this point you're very unlikely to see a new
> warning introduced into 9.1 while backpatching.

These are new warnings older compilers didn't detect? Perhaps just
adding some -Wno-* flags would make more sense than changing code and
possibly introducing bugs.

--
greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-12-14 10:59:45 Re: Fixing warnings in back branches?
Previous Message Andreas Seltenreich 2015-12-14 10:30:04 Re: [sqlsmith] Failed to generate plan on lateral subqueries