[BUGS] BUG #6097: Server crash when enabling custom_variable_classes

2011-07-08 Thread Maxim Boguk
The following bug has been logged online: Bug reference: 6097 Logged by: Maxim Boguk Email address: maxim.bo...@gmail.com PostgreSQL version: 9.0 9.1beta Operating system: Linux/Freebsd Description:Server crash when enabling custom_variable_classes Details: I found

Re: [BUGS] make_greater_string() does not return a string in some cases

2011-07-08 Thread Kyotaro HORIGUCHI
Hello, Could you let me go on with this topic? It is hard to ignore this glitch for us using CJK - Chinese, Japanese, and Korean - characters on databse.. Maybe.. Saying on Japanese under the standard usage, about a hundred characters out of seven thousand make make_greater_string() fail. This

Re: [BUGS] BUG #6097: Server crash when enabling custom_variable_classes

2011-07-08 Thread Tom Lane
Maxim Boguk maxim.bo...@gmail.com writes: Test case simple: start server with empty custom_variable_classes Then add to config file: custom_variable_classes = 'something'# list of custom variable class names something.location = 'ru' And then perform select

[BUGS] PostgreSQL fails to build with 32bit MinGW-w64

2011-07-08 Thread kmx
Hi, couple of weeks ago postgresql introduced support for mingw-w64 compiler on MS Windows platform; however the related patch was based on assumption that mingw-w64 project delivers just 64bit compiler (which is not true - they deliver both 32/64bit compilers). According to my testing -

[BUGS] BUG #6098: pgcluster

2011-07-08 Thread wbc
The following bug has been logged online: Bug reference: 6098 Logged by: wbc Email address: wbc_...@163.com PostgreSQL version: 8.3.8 Operating system: linux5.5 Description:pgcluster Details: 软件环境: pgcluster-1.9.0rc7.tar.gz;postgresql-8.3.6.tar.bz2,

[BUGS] BUG #6099: Does pgcluster support hibernate?

2011-07-08 Thread
The following bug has been logged online: Bug reference: 6099 Logged by: Email address: zha...@iwgroup.com.cn PostgreSQL version: 8.3 Operating system: linux Description:Does pgcluster support hibernate? Details: We have a application which connect postgresql

[BUGS] BUG #6101: ALTER TABLE hangs with AccessExclusiveLock

2011-07-08 Thread Dmitry
The following bug has been logged online: Bug reference: 6101 Logged by: Dmitry Email address: y4gr5...@gmail.com PostgreSQL version: 9.0.4 Operating system: Debian i686 2.6.32-5-686-bigmem Description:ALTER TABLE hangs with AccessExclusiveLock Details: ALTER locks

[BUGS] BUG #6102: JDBC BIND Source IP Address

2011-07-08 Thread Angel Dabov
The following bug has been logged online: Bug reference: 6102 Logged by: Angel Dabov Email address: o...@ustrem.org PostgreSQL version: JDBC 8.3 Operating system: Windows Description:JDBC BIND Source IP Address Details: Hi, We have Tomcat Windows server with five

Re: [BUGS] BUG #6097: Server crash when enabling custom_variable_classes

2011-07-08 Thread Tom Lane
Maxim Boguk maxim.bo...@gmail.com writes: Description:Server crash when enabling custom_variable_classes Fixed, thanks for the report. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription:

[BUGS] BUG #6103: Do not allow installation on Mac OS X Lion (GM)

2011-07-08 Thread Cesar Franco
The following bug has been logged online: Bug reference: 6103 Logged by: Cesar Franco Email address: ceauf...@gmail.com PostgreSQL version: 9.0.4 Operating system: Mac OS X 10.7 GM Description:Do not allow installation on Mac OS X Lion (GM) Details: Do not allow

Re: [BUGS] BUG #6103: Do not allow installation on Mac OS X Lion (GM)

2011-07-08 Thread Craig Ringer
On 9/07/2011 3:12 AM, Cesar Franco wrote: The following bug has been logged online: Bug reference: 6103 Logged by: Cesar Franco Email address: ceauf...@gmail.com PostgreSQL version: 9.0.4 Operating system: Mac OS X 10.7 GM Description:Do not allow installation on

Re: [BUGS] BUG #6098: pgcluster

2011-07-08 Thread Craig Ringer
On 8/07/2011 3:56 PM, wbc wrote: The following bug has been logged online: Bug reference: 6098 Logged by: wbc Email address: wbc_...@163.com PostgreSQL version: 8.3.8 Operating system: linux5.5 Description:pgcluster Details: pgcluster is obsolete and abandoned.

Re: [BUGS] BUG #6099: Does pgcluster support hibernate?

2011-07-08 Thread Craig Ringer
On 8/07/2011 4:20 PM, zha...@iwgroup.com.cn wrote: The following bug has been logged online: Bug reference: 6099 Logged by: Email address: zha...@iwgroup.com.cn PostgreSQL version: 8.3 Operating system: linux Description:Does pgcluster support hibernate? Details: We have a

Re: [BUGS] BUG #6101: ALTER TABLE hangs with AccessExclusiveLock

2011-07-08 Thread Craig Ringer
On 8/07/2011 7:33 PM, Dmitry wrote: The following bug has been logged online: Bug reference: 6101 Logged by: Dmitry Email address: y4gr5...@gmail.com PostgreSQL version: 9.0.4 Operating system: Debian i686 2.6.32-5-686-bigmem Description:ALTER TABLE hangs with

Re: [BUGS] make_greater_string() does not return a string in some cases

2011-07-08 Thread Robert Haas
On Fri, Jul 8, 2011 at 5:21 AM, Kyotaro HORIGUCHI horiguchi.kyot...@oss.ntt.co.jp wrote: Points to realize this follows, Please add your patch to the next CommitFest. https://commitfest.postgresql.org/action/commitfest_view/open -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The