Re: [HACKERS] fix for client utils compilation under win32

2002-10-03 Thread Bruce Momjian
Patch applied. Thanks. --- Joe Conway wrote: > Tom Lane wrote: > > It might work to measure time since the start of the whole process, or > > until the timeout target, rather than accumulating adjustments to the > > "rema

Re: [HACKERS] fix for client utils compilation under win32

2002-09-28 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Joe Conway wrote: > Tom Lane wrote: > > It mig

[HACKERS] fix for client utils compilation under win32

2002-09-26 Thread Joe Conway
Tom Lane wrote: > It might work to measure time since the start of the whole process, or > until the timeout target, rather than accumulating adjustments to the > "remains" count each time through. In other words something like > > at start: targettime = time() + specified-timeout > >