Re: [BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-06 Thread Ted Kremenek
On Mar 5, 2008, at 10:10 PM, Tom Lane wrote: "Ted Kremenek" <[EMAIL PROTECTED]> writes: It appears that there may be a case where the function tm2timetz is called with an uninitialized (i.e., undefined) value passed as one of its arguments (actually multiple arguments are undefined

Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file

2008-03-06 Thread Bruce Momjian
Has this been addressed? --- Pavel Golub wrote: > > The following bug has been logged online: > > Bug reference: 3909 > Logged by: Pavel Golub > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3

Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file

2008-03-06 Thread Magnus Hagander
Yes. //Magnus On Thu, Mar 06, 2008 at 11:08:15AM -0500, Bruce Momjian wrote: > > Has this been addressed? > > --- > > Pavel Golub wrote: > > > > The following bug has been logged online: > > > > Bug reference: 3909

[BUGS] BUG #4016: Build fails in ecpglib on file extern.h

2008-03-06 Thread Samuel Gilbert
The following bug has been logged online: Bug reference: 4016 Logged by: Samuel Gilbert Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: Debian GNU/Linux Etch x86_64 Description:Build fails in ecpglib on file extern.h Details: I tried to

Re: [PATCHES] [BUGS] BUG #3973: pg_dump using inherited tables do not always restore

2008-03-06 Thread Alex Hunsaker
> It seems much more restrictive than necessary, plus it does nothing > for the check-constraint case. My recollection of the previous > discussion about how to fix this was that we needed to add an inhcount > column to pg_constraint, and add entries for not-null constraints (at > least inh

Re: [BUGS] pg_dump produces invalid SQL for "group by cast(null as numeric)"

2008-03-06 Thread Bruce Momjian
FYI, this was fixed in 8.3.0; not sure you got the report of the fix. --- Martin Pitt wrote: -- Start of PGP signed section. > Hi PostgreSQL developers, > > in [1], a user reported a failure of pg_dump: > > snip

Re: [BUGS] BUG #3833: Index remains when table is dropped

2008-03-06 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Ma

Re: [BUGS] BUG #3839: LDAP authentification and password with "space"-symbol

2008-03-06 Thread Bruce Momjian
Has this bug been verified or fixed? --- Bronnikov Vladimir wrote: > > The following bug has been logged online: > > Bug reference: 3839 > Logged by: Bronnikov Vladimir > Email address: [EMAIL PROTECTED]

Re: [BUGS] BUG #4016: Build fails in ecpglib on file extern.h

2008-03-06 Thread Tom Lane
"Samuel Gilbert" <[EMAIL PROTECTED]> writes: > I tried to build 8.3.0 on Debian GNU/Linux Etch x86_64 with the following > configure options : > ./configure --prefix=/data/aq_ops/software/x86_64 --enable-thread-safety > --with-pgport=5433 --with-tcl --with-perl --with-python --with-pam > --with-ld

Re: [BUGS] BUG #3774: create table like including index doesn't update pg_constraints with primary key

2008-03-06 Thread Bruce Momjian
Tom, did your commit to clean up LIKE ... INCLUDING INDEXES fix this? > --- > > guillaume (ioguix) de Rorthais wrote: > > > > The following bug has been logged online: > > > > Bug reference: 3774 > > Logged by:

Re: [BUGS] BUG #3774: create table like including index doesn't update pg_constraints with primary key

2008-03-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom, did your commit to clean up LIKE ... INCLUDING INDEXES fix > this? Yes, see 2007-12-01 commit. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://m

Re: [BUGS] Problem identifying constraints which should not be inherited

2008-03-06 Thread Bruce Momjian
Added to TODO: > o Require all CHECK constraints to be inherited > > http://archives.postgresql.org/pgsql-bugs/2007-04/msg00026.php --- Tom Lane wrote: > "Chris Fischer" <[EMAIL PROTECTED]> writes: > > alter