PGSQL INTERFACES PGADMIN HACKERS 37 BUG PGDOMAIN CPP
From: p3c@no-spam (P3 Consulting)
Subject: BUG: pgDomain.cpp
Date: Thu, 30 Dec 2004 18:15:18 +0100


domain->iSetBasetypeOid(domains->GetBool(wxT("typbasetype")));
should be domain->iSetBasetypeOid(domains->GetOid(wxT("typbasetype")));
?

And less important:

in pgConversion.h wxString conversionName this instance variable doesn't seem to be used anywhere...

Pascal Pochet p3c@no-spam ----------------------------------
PGP KeyID: 0xD75C608A Fingerprint: 6F30 221F 0A9E 71F0 7902 0960 D727 3811 D75C 608A
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

From: pgadmin@no-spam (Andreas Pflug)
Subject: Re: BUG: pgDomain.cpp
Date: Tue, 04 Jan 2005 17:15:42 +0000

P3 Consulting wrote:
> domain->iSetBasetypeOid(domains->GetBool(wxT("typbasetype")));
> should be > domain->iSetBasetypeOid(domains->GetOid(wxT("typbasetype")));

Ouch!
> > in pgConversion.h > wxString conversionName > this instance variable doesn't seem to be used anywhere...

Fixed both in CVS, thanks for reporting.

Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org