Re: [HACKERS] beta2 make check failed on Win32

2005-09-21 Thread Tom Lane
"William ZHANG" <[EMAIL PROTECTED]> writes: > # These settings are initialized by initdb -- they might be changed > lc_messages = 'Chinese_People''s Republic of China.936' # locale for > system error message Bruce seems to have gotten a bit ahead of himself on the SQL-standard-strings proj

Re: [HACKERS] beta2 make check failed on Win32

2005-09-21 Thread William ZHANG
What you find is in initdb.c. Maybe the author want to make single quotes escaped just the same as in SQL. But guc-file.l is unaware of it. "Qingqing Zhou" <[EMAIL PROTECTED]> wrote > > Diff current version vs. some earlier version, you see this: > > /* > * signal handler in case we are interr

Re: [HACKERS] beta2 make check failed on Win32

2005-09-20 Thread Qingqing Zhou
"William ZHANG" <[EMAIL PROTECTED]> wrote > lc_messages = 'Chinese_People''s Republic of China.936' # locale > for > system error message > Diff current version vs. some earlier version, you see this: /* * signal handler in case we are interrupted. @@ -1951,12 +2035,12 @@ escape_quo

[HACKERS] beta2 make check failed on Win32

2005-09-20 Thread William ZHANG
pgsql-8.1beta2 "make check" failed on Win32 under MinGW. Here is some lines from log/initdb.log. creating configuration files ... ok creating template1 database in C:/MSYS/home/wlzhang/postgresql-8.1beta2/src/test/regress/tmp_check/data/bas e/1 ... FATAL: syntax error in file "C:/MSYS/home/wlzha