Re: [pgadmin-support] Pgadmin III loses connection with remote database and then hangs for a long time.

2011-06-01 Thread Tim Uckun
> > The default TCP connection timeout is around 3 1/2 minutes. This is left > over from the leased line and slow connection days when the protocol was > defined and has never been updated to match the reality of high speed > networks. This may be the timer it is waiting for. Some of the > MS-Windo

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Guillaume Lelarge
On Wed, 2011-06-01 at 16:18 -0400, Steve Singer wrote: > On 11-06-01 04:01 PM, Guillaume Lelarge wrote: > > > > > Yes, we are still trying to scan the sl_trigger table which seems to > > have been dropped in Slony 2.0. See pgadmin/slony/dlgRepSet.cpp and > > pgadmin/slony/slTable.cpp. > > > > In

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Steve Singer
On 11-06-01 04:01 PM, Guillaume Lelarge wrote: Yes, we are still trying to scan the sl_trigger table which seems to have been dropped in Slony 2.0. See pgadmin/slony/dlgRepSet.cpp and pgadmin/slony/slTable.cpp. In 2.0 slony no longer manages enabling triggers on slaves. The slony commands st

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Guillaume Lelarge
On Wed, 2011-06-01 at 19:45 +, Dave Page wrote: > On Wed, Jun 1, 2011 at 7:39 PM, Guillaume Lelarge > wrote: > > On Wed, 2011-06-01 at 16:13 +, Dave Page wrote: > >> On Wed, Jun 1, 2011 at 4:11 PM, Guillaume Lelarge > >> wrote: > >> > On Wed, 2011-06-01 at 09:58 +, Dave Page wrote: >

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Dave Page
On Wed, Jun 1, 2011 at 7:39 PM, Guillaume Lelarge wrote: > On Wed, 2011-06-01 at 16:13 +, Dave Page wrote: >> On Wed, Jun 1, 2011 at 4:11 PM, Guillaume Lelarge >> wrote: >> > On Wed, 2011-06-01 at 09:58 +, Dave Page wrote: >> >> Hi Guillaume >> >> >> >> On Wed, Jan 19, 2011 at 9:40 PM, Gu

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Guillaume Lelarge
On Wed, 2011-06-01 at 16:13 +, Dave Page wrote: > On Wed, Jun 1, 2011 at 4:11 PM, Guillaume Lelarge > wrote: > > On Wed, 2011-06-01 at 09:58 +, Dave Page wrote: > >> Hi Guillaume > >> > >> On Wed, Jan 19, 2011 at 9:40 PM, Guillaume Lelarge > >> wrote: > >> > Le 19/01/2011 22:33, Dave Page

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Steve Singer
On 11-06-01 05:58 AM, Dave Page wrote: Hi Guillaume What happened with this in the end? I've just run into the pg_listener bug again. I see from the thread you said you were going to work on it, but then we got side-tracked into a discussion on whether we should have slony support at all. Sin

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Dave Page
On Wed, Jun 1, 2011 at 4:11 PM, Guillaume Lelarge wrote: > On Wed, 2011-06-01 at 09:58 +, Dave Page wrote: >> Hi Guillaume >> >> On Wed, Jan 19, 2011 at 9:40 PM, Guillaume Lelarge >> wrote: >> > Le 19/01/2011 22:33, Dave Page a écrit : >> >> On Wed, Jan 19, 2011 at 9:30 PM, Guillaume Lelarge

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Guillaume Lelarge
On Wed, 2011-06-01 at 09:58 +, Dave Page wrote: > Hi Guillaume > > On Wed, Jan 19, 2011 at 9:40 PM, Guillaume Lelarge > wrote: > > Le 19/01/2011 22:33, Dave Page a écrit : > >> On Wed, Jan 19, 2011 at 9:30 PM, Guillaume Lelarge > >> wrote: > >>> We had 1.2 support. To have 2.0, we would have

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Dave Page
On Wed, Jun 1, 2011 at 2:35 PM, Steve Singer wrote: > > Since your discussing slony support I'll add my my personal thoughts (I > can't say if the other Slony developers feel the same way). > > If your going to continue to have pgadmin change a slony cluster then I > think pgadmin should be issuin

Re: [pgadmin-support] Pgadmin III loses connection with remote database and then hangs for a long time.

2011-06-01 Thread Bob McConnell
From: Tim Uckun >> It may just be me, but this sounds like a bug. Have you looked at the >> tracker to see if it has already been reported? Since it appears you can >> reproduce it reliably, perhaps you should post it there so the >> developers can take a closer look at it. If you go that route, I

Re: [pgadmin-support] Pgadmin III loses connection with remote database and then hangs for a long time.

2011-06-01 Thread Tim Uckun
> It may just be me, but this sounds like a bug. Have you looked at the > tracker to see if it has already been reported? Since it appears you can > reproduce it reliably, perhaps you should post it there so the > developers can take a closer look at it. If you go that route, I suggest > using Wire

Re: [pgadmin-support] Pgadmin III loses connection with remote database and then hangs for a long time.

2011-06-01 Thread Bob McConnell
From: Tim Uckun >> I have seen similar problems on routers and switches that were >> overloaded or misconfigured. Adding memory, or just increasing the >> number of buffers available might fix the problem. > > My router is simply an ADSL modem, I have no control over the > multitude of routers th

Re: [pgadmin-support] pg_listener table errors with slony

2011-06-01 Thread Dave Page
Hi Guillaume On Wed, Jan 19, 2011 at 9:40 PM, Guillaume Lelarge wrote: > Le 19/01/2011 22:33, Dave Page a écrit : >> On Wed, Jan 19, 2011 at 9:30 PM, Guillaume Lelarge >> wrote: >>> We had 1.2 support. To have 2.0, we would have to get rid of the >>> sl_trigger checks. Or was it dropped along th