Re: [HACKERS] Unnecessary limit on max_standby_streaming_delay

2011-03-10 Thread Bruce Momjian
Peter Eisentraut wrote: > On fre, 2010-12-17 at 12:57 +0100, Magnus Hagander wrote: > > The limit on max_standby_streaming_delay is currently 35 minutes > > (around) - or you have to set it to unlimited. This is because the GUC > > is limited to MAX_INT/1000, unit milliseconds. > > > > Is there a

Re: [HACKERS] Unnecessary limit on max_standby_streaming_delay

2010-12-17 Thread Peter Eisentraut
On fre, 2010-12-17 at 12:57 +0100, Magnus Hagander wrote: > The limit on max_standby_streaming_delay is currently 35 minutes > (around) - or you have to set it to unlimited. This is because the GUC > is limited to MAX_INT/1000, unit milliseconds. > > Is there a reason for the /1000, or is it just

Re: [HACKERS] Unnecessary limit on max_standby_streaming_delay

2010-12-17 Thread Tom Lane
Greg Smith writes: > Magnus Hagander wrote: >> The limit on max_standby_streaming_delay is currently 35 minutes >> (around) - or you have to set it to unlimited. This is because the GUC >> is limited to MAX_INT/1000, unit milliseconds. >> >> Is there a reason for the /1000, or is it just an overs

Re: [HACKERS] Unnecessary limit on max_standby_streaming_delay

2010-12-17 Thread Greg Smith
Magnus Hagander wrote: The limit on max_standby_streaming_delay is currently 35 minutes (around) - or you have to set it to unlimited. This is because the GUC is limited to MAX_INT/1000, unit milliseconds. Is there a reason for the /1000, or is it just an oversight thinking the unit was in secon

[HACKERS] Unnecessary limit on max_standby_streaming_delay

2010-12-17 Thread Magnus Hagander
The limit on max_standby_streaming_delay is currently 35 minutes (around) - or you have to set it to unlimited. This is because the GUC is limited to MAX_INT/1000, unit milliseconds. Is there a reason for the /1000, or is it just an oversight thinking the unit was in seconds? If we can get rid of