Unix Technical Forum

BUG: pgDomain.cpp

This is a discussion on BUG: pgDomain.cpp within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> 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 ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 05:28 PM
P3 Consulting
 
Posts: n/a
Default BUG: pgDomain.cpp


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@p3-consulting.net
----------------------------------
PGP
KeyID: 0xD75C608A
Fingerprint: 6F30 221F 0A9E 71F0 7902 0960 D727 3811 D75C 608A


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 05:28 PM
Andreas Pflug
 
Posts: n/a
Default Re: BUG: pgDomain.cpp

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:15 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com