> ERROR remoteListenThread_2: "select ev_origin, ev_seqno, ev_timestamp, > ev_minxid, ev_maxxid, ev_xip, ev_type, ev_data1, ev_data2, > ev_data3, ev_data4, ev_data5, ev_data6, ev_data7, ev_data8 > from "_slony_regress1".sl_event e where (e.ev_origin = '2' and e.ev_seqno > > '0') order by e.ev_origin, e.ev_seqno" - could not receive data from > server: Error 0 > > I do not see anything obviously wrong and the query succeeds from psql. > There are no errors in the postgresql logs.
I could not determine why slon compiled with 7.3.10 had communcation problems, but I was able to get test 1 to complete by using the slon that was compiled against 8.0.5. This jogs my memory... I believe I did the same when I initially used slony to upgrade from 7.3 to 7.4. While I would feel uncertain using this configuration permanently, it should suffice for upgrade purposes. As I understand it, Postgresql 7.3 is no longer supported anyways. Regards, Michael _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
