Re: [BUGS] BUG #6676: checkpointer does not work by SIGINT.

2012-06-06 Thread Tom Lane
Tomonari Katsumata writes: > Thank you for explanation about it. > I've understood that it is intended thing. > Sorry to bother you. No, actually it's a good thing you brought it up, because we're now reconsidering whether that patch was a good idea or not ... http://archives.postgresql.org/pgsql

Re: [BUGS] BUG #6676: checkpointer does not work by SIGINT.

2012-06-06 Thread Tomonari Katsumata
Hi, Thank you for explanation about it. I've understood that it is intended thing. Sorry to bother you. regards, (2012/06/07 2:05), Tom Lane wrote: > katsumata.tomon...@po.ntts.co.jp writes: >> Now I'm testing the behavior of checkpointer, >> and I found a difference with PostgreSQL9.1 behavior

Re: [BUGS] BUG #6652: Installer grants postgres user rights for the whole disk, not specified subfolder

2012-06-06 Thread Basil Peace
In my case invalid argument (root directory instead of specified data directory) was passed by installer to icacls. That's what I saw. It wasn't problem of icacls, it was a problem in pgsql installer. 05.06.2012, 22:38, "Dave Page" : > On Sun, May 20, 2012 at 7:05 PM, Alvaro Herrera > wrote: >

Re: [BUGS] BUG #6652: Installer grants postgres user rights for the whole disk, not specified subfolder

2012-06-06 Thread Dave Page
On Wed, Jun 6, 2012 at 8:04 PM, Basil Peace wrote: > In my case invalid argument (root directory instead of specified data > directory) was passed by installer to icacls. That's what I saw. It wasn't > problem of icacls, it was a problem in pgsql installer. That's supposed to happen. It sets th

Re: [BUGS] BUG #6676: checkpointer does not work by SIGINT.

2012-06-06 Thread Tom Lane
katsumata.tomon...@po.ntts.co.jp writes: > Now I'm testing the behavior of checkpointer, > and I found a difference with PostgreSQL9.1 behavior. > When I send SIGINT signal to writer process on PostgreSQL9.1, > writer process starts checkpoint. > But, when I send SIGINT signal to checkpointer on

Re: [BUGS] version of postgreSQL

2012-06-06 Thread Jaime Casanova
On Tue, Jun 5, 2012 at 10:21 AM, luigi pinna wrote: > Hello! > which version of postgreSQL is compatible with Window 7? > > for example 8.2, 8.4 or 9.1 > this question is certainly not a bug and should have been done on one of the users lists listed in http://archives.postgresql.org/ most probabl

Re: [BUGS] JDBC Driver can't read UUID from database

2012-06-06 Thread Kris Jurka
On Tue, 5 Jun 2012, Dean Schulze wrote: > > I'm using Hibernate (3.6 and 4.0) with Postgresql 9.1.  Our tables have > UUIDs in them and your driver is trying to convert UUIDs to longs: > This is a hibernate mapping problem, not a JDBC Driver problem. If you have a plain ResultSet and call g