Re: Windows warnings from VS 2017
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-09-20T22:13:02Z
Lists: pgsql-hackers
On Thu, Sep 21, 2017 at 7:08 AM, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote: > First, it warns about a couple of unused variables at lines 4553 and > 4673 of src/backend/optimizer/path/costsize.c. I think we can do a > little rearrangement to keep it happy there. Those are around for some time, see here: https://www.postgresql.org/message-id/CAB7nPqTkW=b_1JVvYWd_G0WrKOT+4uFQjGGrv8osQbUZzXGXdA@mail.gmail.com But there has been no actual agreement about how to fix them.. -- Michael
Commits
-
Quieten warnings about unused variables
- 28ae524bbf86 11.0 landed