| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr> |
| Cc: | pgsql-hackers-win32(at)postgresql(dot)org |
| Subject: | Re: bug plpython compile error for win32 |
| Date: | 2004-12-23 18:47:59 |
| Message-ID: | 41CB12DF.5060504@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers-win32 |
Korea PostgreSQL Users' Group wrote:
>plpython can not complie source contain \r\n characters.
>
>I made plpython function to use pgAdmin. but I could not run this function.
>
>plpython module could not compiled this function because this function's source code had \r\n characters.
>
>So, I removed \r, then I could use this function.
>
>Please fix this error.
>
>OS: windows xp
>PostgreSQL: PostgreSQL 8.0.0rc2 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.3.1 (mingw special 20030804-1)
>
>
>
>
Without delving at all deeply this looks like a python error - surely on
Windows the interpreter should expect \r\n line endings.
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-12-24 15:00:56 | Fwd: 8.0 Beta3 worked, RC1 didn't! |
| Previous Message | Korea PostgreSQL Users' Group | 2004-12-23 05:18:20 | bug plpython compile error for win32 |