Re: [BUGS] pgsql-jdbc/pgsql-odbc

2009-11-18 Thread Dave Page
On Thu, Nov 19, 2009 at 12:20 PM, Tom Lane wrote: > I'm less sure about the 1-click installer.  I suspect that a lot of the > people filing bugs here couldn't really tell whether their problem is > specific to the installer or not.  In any case, some of the relevant > EDB people (Dave Page for in

[BUGS] BUG #5197: JDBC: selecting oid results in Exception

2009-11-18 Thread Joseph Shraibman
The following bug has been logged online: Bug reference: 5197 Logged by: Joseph Shraibman Email address: j...@selectacast.net PostgreSQL version: 8.2.14 Operating system: Linux Description:JDBC: selecting oid results in Exception Details: query: "select oid FROM pg_

Re: [BUGS] pgsql-jdbc/pgsql-odbc

2009-11-18 Thread Kris Jurka
On Wed, 18 Nov 2009, Tom Lane wrote: Robert Haas writes: I see that there's been no response to bugs #5194, #5187, #5051. Should we consider adding a message to the bug reporting page that suggests emailing the relevant list directly for JDBC/ODBC bugs? +1. Either that or somebody takes r

Re: [BUGS] pgsql-jdbc/pgsql-odbc

2009-11-18 Thread Tom Lane
Robert Haas writes: > I see that there's been no response to bugs #5194, #5187, #5051. > Should we consider adding a message to the bug reporting page that > suggests emailing the relevant list directly for JDBC/ODBC bugs? +1. Either that or somebody takes responsibility for forwarding bug repor

[BUGS] pgsql-jdbc/pgsql-odbc

2009-11-18 Thread Robert Haas
I see that there's been no response to bugs #5194, #5187, #5051. Should we consider adding a message to the bug reporting page that suggests emailing the relevant list directly for JDBC/ODBC bugs? We seem to get a lot of those here. The other frequent one that seems to come up is the one-click in

Re: [BUGS] BUG #5175: Unable to configure psqlodbc-08.04.0100

2009-11-18 Thread Robert Haas
On Mon, Nov 9, 2009 at 7:21 PM, Vijaya Krishna Cherukuri wrote: > > The following bug has been logged online: > > Bug reference:      5175 > Logged by:          Vijaya Krishna Cherukuri > Email address:      krisveejay...@gmail.com > PostgreSQL version: 8.3.8 > Operating system:   Debian Linux > D

Re: [BUGS] BUG #5196: Excessive memory consumption when using csvlog

2009-11-18 Thread Tom Lane
"Poindessous Thomas" writes: > we have a weird bug. When using csvlog instead of stderr, the postgres > logger process uses a lot of memory. We even had an OOM error with kernel. I poked at this a bit and noted that if only one of the two possible output files is rotated, logfile_rotate() leaks a

[BUGS] BUG #5196: Excessive memory consumption when using csvlog

2009-11-18 Thread Poindessous Thomas
The following bug has been logged online: Bug reference: 5196 Logged by: Poindessous Thomas Email address: tho...@poindessous.com PostgreSQL version: 8.3.8 Operating system: Linux redhat 5.3 x86_64 Description:Excessive memory consumption when using csvlog Details:

Re: [BUGS] BUG #5195: PKI Certificate Authentication Implementation

2009-11-18 Thread Magnus Hagander
2009/11/18 Chris Arensdorf : > > The following bug has been logged online: > > Bug reference:      5195 > Logged by:          Chris Arensdorf > Email address:      chris.arensd...@gdc4s.com > PostgreSQL version: 8.1.4 > Operating system:   Linux RedHat 5.3 > Description:        PKI Certificate Auth

[BUGS] BUG #5195: PKI Certificate Authentication Implementation

2009-11-18 Thread Chris Arensdorf
The following bug has been logged online: Bug reference: 5195 Logged by: Chris Arensdorf Email address: chris.arensd...@gdc4s.com PostgreSQL version: 8.1.4 Operating system: Linux RedHat 5.3 Description:PKI Certificate Authentication Implementation Details: Currentl

Re: [BUGS] BUG #5151: autovacuum process segfaults when max_fsm_pages are too low

2009-11-18 Thread Tom Lane
Boris Folgmann writes: > Tom Lane schrieb/wrote: >> Red Hat stopped supporting the RHEL-4 App Stack product awhile ago; >> since CentOS is evidently copying that, you should not hold your >> breath waiting for an update :-(. However, as far as I can see > It seems that you are right, and I don't

Re: [BUGS] BUG #5151: autovacuum process segfaults when max_fsm_pages are too low

2009-11-18 Thread Boris Folgmann
Hi Tom, Tom Lane schrieb/wrote: > > Red Hat stopped supporting the RHEL-4 App Stack product awhile ago; > > since CentOS is evidently copying that, you should not hold your > > breath waiting for an update :-(. However, as far as I can see It seems that you are right, and I don't understand how

Re: [BUGS] psql command line variables are unknown when -c SQL statement are executed

2009-11-18 Thread Pavel Stehule
2009/11/18 Peter Eisentraut : > On mån, 2009-11-16 at 12:28 +0100, Pavel Stehule wrote: >> 2009/11/16 Peter Eisentraut : >> > On mån, 2009-11-16 at 10:19 +0100, Pavel Stehule wrote: >> >> wrong: >> >> >> >> pa...@nemesis ~]$ psql postgres -v x=10 -c "select :x" >> >> ERROR:  syntax error at or near

Re: [BUGS] psql command line variables are unknown when -c SQL statement are executed

2009-11-18 Thread Peter Eisentraut
On mån, 2009-11-16 at 12:28 +0100, Pavel Stehule wrote: > 2009/11/16 Peter Eisentraut : > > On mån, 2009-11-16 at 10:19 +0100, Pavel Stehule wrote: > >> wrong: > >> > >> pa...@nemesis ~]$ psql postgres -v x=10 -c "select :x" > >> ERROR: syntax error at or near ":" > >> LINE 1: select :x > >>

Re: [BUGS] BUG #5177: Concurrency problem in AbstractJdbc23PooledConnection

2009-11-18 Thread Kris Jurka
On Tue, 10 Nov 2009, Mauro Molinari wrote: Bug reference: 5177 PostgreSQL version: 8.3.8 Description:Concurrency problem in AbstractJdbc23PooledConnection Details: Hello, we're using PostgreSQL JDBC3 driver 8.3-605 to connect to a 8.3.8 Postgres instance. Our application has a JT