This is a discussion on SVN Commit by andreas: r4433 - trunk/pgadmin3/src/ctl within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Author: andreas Date: 2005-09-10 18:28:57 +0100 (Sat, 10 Sep 2005) New Revision: 4433 Modified: trunk/pgadmin3/src/ctl/ctlTree.cpp Log: Fix GCC4.0 ambiguity ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Author: andreas Date: 2005-09-10 18:28:57 +0100 (Sat, 10 Sep 2005) New Revision: 4433 Modified: trunk/pgadmin3/src/ctl/ctlTree.cpp Log: Fix GCC4.0 ambiguity Modified: trunk/pgadmin3/src/ctl/ctlTree.cpp ================================================== ================= --- trunk/pgadmin3/src/ctl/ctlTree.cpp 2005-09-10 17:24:48 UTC (rev 4432) +++ trunk/pgadmin3/src/ctl/ctlTree.cpp 2005-09-10 17:28:57 UTC (rev 4433) @@ -97,7 +97,6 @@ { browser=brow; object=obj; - lastItem=0; } ---------------------------(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 |
| Thread Tools | |
| Display Modes | |
|
|