> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page
> Sent: 07 February 2006 13:03
> To: Magnus Hagander; Andreas Pflug
> Cc: [email protected]
> 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::operator ->' is
'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::operator
->' 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