BUG #1554: wrong character on the sjis_to_utf8.map file

Started by Guido Barosioabout 21 years ago2 messagesbugs
Jump to latest
#1Guido Barosio
gbarosio@lastminute.com

The following bug has been logged online:

Bug reference: 1554
Logged by: Guido Barosio
Email address: gbarosio@lastminute.com
PostgreSQL version: 8.0.1
Operating system: Red Hat Linux release 7.3 (Valhalla
Description: wrong character on the sjis_to_utf8.map file
Details:

dear all,

I've just downloaded the 8.0.1 tar.gz from the argentina mirror (the one
served via your web page).

while trying to (post ./configure) run the make command, the program exit
with a parse error on the line 2211, a '$' simbol is found where a ',' is
expected.

Obviously, replacing the '$' with a ',' sorted out the problem.
Everything else seems to work fine.

Regards,
Guido

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Guido Barosio (#1)
Re: BUG #1554: wrong character on the sjis_to_utf8.map file

"Guido Barosio" <gbarosio@lastminute.com> writes:

I've just downloaded the 8.0.1 tar.gz from the argentina mirror (the one
served via your web page).

while trying to (post ./configure) run the make command, the program exit
with a parse error on the line 2211, a '$' simbol is found where a ',' is
expected.

That file looks fine from here. Maybe a downloading glitch?

regards, tom lane