pgsql: Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.
Date: 2019-02-16 21:12:45
Message-ID: E1gv7GP-0003le-PO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.

The defect caused a mere warning and only for gcc versions before 3.4.0.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1299aabbd0b4ae860078691b628dc6b90698039

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-16 21:42:16 Re: pgsql: Import changes from IMath versions (1.3, 1.29].
Previous Message Tom Lane 2019-02-16 21:11:25 pgsql: Allow user control of CTE materialization, and change the defaul