Re: pgsql: Move some declarations in the raw-parser header files to create a - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Move some declarations in the raw-parser header files to create a
Date
Msg-id 26273.1247445223@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Move some declarations in the raw-parser header files to create a  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Seems to have broken MSVC:
> src\pl\plpgsql\src\scan.l(46): error C2370: 'standard_conforming_strings' : redefinition; different storage class

Oh, residue of an old kluge :-(.  Will fix.

            regards, tom lane

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Move some declarations in the raw-parser header files to create a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up PGDLLIMPORT marking for standard_conforming_strings.