Dave Page wrote:
OK - updated to 2.5.4, and following a 'make distclean' now get:
slony/slNode.cpp: In member function `virtual void
slNode::ShowStatistics(frmMain*, ctlListView*)':
slony/slNode.cpp:83: syntax error before `)' token
Um, apparently a broken slNode.cpp went into CVS.
the code line
if (pgSet)
(psSet is a classname!) is bogus, but accepted silently by MSVC6.... 8-o
Current CVS is clean for me.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match