This is a discussion on Re: Patch: Query favourites within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto gadmin-hackers-owner@postgresql.org] On Behalf Of Dave Page > Sent: 07 February 2006 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto > Sent: 07 February 2006 13:03 > To: Magnus Hagander; Andreas Pflug > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Patch: Query favourites > > > Finally got around to looking at this :-). Couple of things I noticed: Ooops, forgot one - I get: precomp.cpp c:\documents and settings\dpage\my documents\svn\pgadmin3\src\include\favourites.h(43 ) : warning C4284: return type for 'queryFavouriteArray::reverse_iterator: 'class queryFavouriteItem ** ' (ie; not a UDT or reference to a UDT. Wil l produce errors if applied using infix notation) c:\documents and settings\dpage\my documents\svn\pgadmin3\src\include\favourites.h(43 ) : warning C4284: return type for 'queryFavouriteArray::const_reverse_iterator: ->' is 'class queryFavouriteItem *const * ' (ie; not a UDT or reference to a UDT. Will produce errors if applied using infix notation) Compiling in VC++ 6.0 /D ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |