bug plpython compile error for win32

Поиск
Список
Период
Сортировка
От Korea PostgreSQL Users' Group
Тема bug plpython compile error for win32
Дата
Msg-id 001701c4e8ae$d17e37c0$cdcb56dc@paolo.net
обсуждение исходный текст
Ответы Re: bug plpython compile error for win32  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
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)

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: locales and encodings on Windows
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: bug plpython compile error for win32