pgsql: Port backup check on psql lexer to MSVC.

Started by Andrew Dunstanalmost 15 years ago3 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

Port backup check on psql lexer to MSVC.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7327cb6420106d60d3a1a817648b145d602fbc52

Modified Files
--------------
src/tools/msvc/pgflex.pl | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#1)
Re: pgsql: Port backup check on psql lexer to MSVC.

Andrew Dunstan <andrew@dunslane.net> writes:

Port backup check on psql lexer to MSVC.

Some of the buildfarm members don't like this, eg currawong:

Running flex on src\backend\parser\scan.l
opening src\backend\parser/lex.backup for reading: No such file or directory at src/tools/msvc/pgflex.pl line 71.
Project : error PRJ0002: Error result 2 returned from 'C:\WINDOWS\system32\cmd.exe'.

Wondering if you pointed at the right directory ...

regards, tom lane

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#2)
Re: pgsql: Port backup check on psql lexer to MSVC.

On 08/26/2011 09:56 AM, Tom Lane wrote:

Andrew Dunstan<andrew@dunslane.net> writes:

Port backup check on psql lexer to MSVC.

Some of the buildfarm members don't like this, eg currawong:

Running flex on src\backend\parser\scan.l
opening src\backend\parser/lex.backup for reading: No such file or directory at src/tools/msvc/pgflex.pl line 71.
Project : error PRJ0002: Error result 2 returned from 'C:\WINDOWS\system32\cmd.exe'.

Wondering if you pointed at the right directory ...

Darn. will fix. Thanks.

cheers

andrew