[BUGS] 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified

2012-06-11 Thread Edmund Horner
In 9.1, if I run pg_ctl start without providing way for it to find the datadir, it prints the error: C:\ehorner\pgsql-old\binpg_ctl start pg_ctl: no database directory specified and environment variable PGDATA unset Try pg_ctl --help for more information. In 9.2 (beta1 and beta2), it

Re: [BUGS] 9.2 beta1 libxml2 can't be loaded on Windows

2012-06-11 Thread Dave Page
Sachin, please investigate ASAP. Thanks. On Mon, Jun 11, 2012 at 6:30 AM, Edmund Horner ejr...@gmail.com wrote: On 9 June 2012 03:48, Dave Page dp...@pgadmin.org wrote: On Fri, Jun 1, 2012 at 1:39 AM, Edmund Horner ejr...@gmail.com wrote: On 1 June 2012 12:36, Edmund Horner ejr...@gmail.com

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

2012-06-11 Thread Dean Schulze
Thanks. Out of curiosity why didn't the driver map the Postgresql UUID to a Java UUID? On 6/6/12 2:12 AM, Kris Jurka bo...@ejurka.com wrote: 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

[BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread david
The following bug has been logged on the website: Bug reference: 6687 Logged by: David Fetter Email address: da...@fetter.org PostgreSQL version: 9.1.4 Operating system: All Description: When calling initdb -A, it is assumed--wrongly in the case of ident, that every

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread Magnus Hagander
On Mon, Jun 11, 2012 at 5:14 PM, da...@fetter.org wrote: The following bug has been logged on the website: Bug reference:      6687 Logged by:          David Fetter Email address:      da...@fetter.org PostgreSQL version: 9.1.4 Operating system:   All Description: When calling initdb

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 5:14 PM, da...@fetter.org wrote: The following bug has been logged on the website: Bug reference:      6687 Logged by:          David Fetter Email address:      da...@fetter.org PostgreSQL

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread Magnus Hagander
On Mon, Jun 11, 2012 at 6:01 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 5:14 PM,  da...@fetter.org wrote: The following bug has been logged on the website: Bug reference:      6687 Logged by:          

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 06:04:22PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 6:01 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 5:14 PM,  da...@fetter.org wrote: The following bug has been

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread Magnus Hagander
On Mon, Jun 11, 2012 at 6:14 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012 at 06:04:22PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 6:01 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012 at 05:51:06PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread David Fetter
On Mon, Jun 11, 2012 at 06:21:43PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 6:14 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012 at 06:04:22PM +0200, Magnus Hagander wrote: On Mon, Jun 11, 2012 at 6:01 PM, David Fetter da...@fetter.org wrote: On Mon, Jun 11, 2012

[BUGS] BUG #6688: can't install from binary.

2012-06-11 Thread omnis
The following bug has been logged on the website: Bug reference: 6688 Logged by: Rob Email address: om...@ra1.net PostgreSQL version: 9.1.4 Operating system: OSX 10.4.11 Description: Hi, I get an error when trying to run the 9.1.4 installer binary

Re: [BUGS] BUG #6688: can't install from binary.

2012-06-11 Thread Dave Page
On Mon, Jun 11, 2012 at 6:12 PM, om...@ra1.net wrote: The following bug has been logged on the website: Bug reference:      6688 Logged by:          Rob Email address:      om...@ra1.net PostgreSQL version: 9.1.4 Operating system:   OSX 10.4.11 Description: Hi, I get an error when

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

2012-06-11 Thread Kris Jurka
On Mon, 11 Jun 2012, Dean Schulze wrote: Out of curiosity why didn't the driver map the Postgresql UUID to a Java UUID? The example I gave of calling getString must return a String and not another type. With a recent JDBC Driver and Java version, calling getObject will return a UUID

Re: [BUGS] BUG #6687: initdb -A ident can almost never be correct

2012-06-11 Thread Tom Lane
David Fetter da...@fetter.org writes: Interface wouldn't change. Instead, it would check for your once-in-a-blue-moon scenario of identd answering on the network and error out if it didn't fine same. This is nonsense. As Magnus said, localhost is the one case where identd *can* be trusted.

Re: [BUGS] 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified

2012-06-11 Thread Tom Lane
Edmund Horner ejr...@gmail.com writes: In 9.1, if I run pg_ctl start without providing way for it to find the datadir, it prints the error: C:\ehorner\pgsql-old\binpg_ctl start pg_ctl: no database directory specified and environment variable PGDATA unset Try pg_ctl --help for

Re: [BUGS] 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified

2012-06-11 Thread Edmund Horner
On 12 June 2012 14:23, Tom Lane t...@sss.pgh.pa.us wrote: Edmund Horner ejr...@gmail.com writes: In 9.1, if I run pg_ctl start without providing way for it to find the datadir, it prints the error:     C:\ehorner\pgsql-old\binpg_ctl start     pg_ctl: no database directory specified and

Re: [BUGS] 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified

2012-06-11 Thread Tom Lane
Edmund Horner ejr...@gmail.com writes: On 12 June 2012 14:23, Tom Lane t...@sss.pgh.pa.us wrote: Hm, that patch seems to be several bricks shy of a load.  I will fix two obvious bugs in it: (1) not dump core on boxes where printf(%s, NULL) dumps core; I saw that, but I couldn't decide if it

Re: [BUGS] 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified

2012-06-11 Thread Edmund Horner
On 12 June 2012 14:51, Tom Lane t...@sss.pgh.pa.us wrote: Edmund Horner ejr...@gmail.com writes: On 12 June 2012 14:23, Tom Lane t...@sss.pgh.pa.us wrote: Hm, that patch seems to be several bricks shy of a load.  I will fix two obvious bugs in it: (1) not dump core on boxes where printf(%s,

Re: [BUGS] PostgreSQL 9.2 beta1's pg_upgrade fails on Windows XP

2012-06-11 Thread Edmund Horner
On 26 May 2012 01:10, Bruce Momjian br...@momjian.us wrote: Ah, turns out I only need one extra log file on Windows, not two, because I can reuse the utility file for pg_ctl stop.  The original beta1 code usesd the utility file for pg_ctl stop and start, which is what caused the problem.