Re: [BUGS] BUG #3868: Unattended install fails

2008-01-11 Thread Magnus Hagander
On Fri, Jan 11, 2008 at 02:30:20PM +, Jan Arne Hansen wrote: > > The following bug has been logged online: > > Bug reference: 3868 > Logged by: Jan Arne Hansen > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.6 > Operating system: Windows Vista > Description:

[BUGS] BUG #3868: Unattended install fails

2008-01-11 Thread Jan Arne Hansen
The following bug has been logged online: Bug reference: 3868 Logged by: Jan Arne Hansen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: Windows Vista Description:Unattended install fails Details: mkdir c:\postgres msiexec /i postgresql-

Re: [BUGS] BUG #3852: Could not create complex aggregate

2008-01-11 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> I think we could make enforce_generic_type_consistency() clearer by >> adding an additional argument "bool allow_poly" which specifies >> whether polymorphic "actual" argument and result types are allowed. > This sounds like a reasonable

Re: [BUGS] [SQL] (possible) bug with constraint exclusion

2008-01-11 Thread Tom Lane
"Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes: > looks like constraint exclusion is being too aggressive in excluding null > values Hmm, you're right. Looks like I broke it here: http://archives.postgresql.org/pgsql-committers/2007-05/msg00187.php > although its well known that check constra