Re: [PATCHES] cygwin 8.0.0beta1 postmaster/syslogger.c, port/dirmod.c,

2004-08-30 Thread Reini Urban
Bruce Momjian schrieb: Should I apply this change? #define TIMEZONE_GLOBAL ((int)_timezone) yes, please. I have no time yet, to come up with the better patch. It's already monday. --- Reini Urban wrote: Bruce Momjian schr

Re: [PATCHES] dbsize contrib

2004-08-30 Thread Andreas Pflug
Gavin Sherry wrote: The attached patch contributes: - database_size(name) - relation_size(text) I sent in a dbsize patch to make these functions tablespace aware... AFAIR your patch was applied, but it misses tables in non-default tablespaces. Regards, Andreas ---(end of

Re: [PATCHES] dbsize contrib

2004-08-30 Thread Gavin Sherry
On Mon, 30 Aug 2004, Andreas Pflug wrote: > Gavin Sherry wrote: > > >>The attached patch contributes: > >> > >>- database_size(name) > >>- relation_size(text) > > > > > > I sent in a dbsize patch to make these functions tablespace aware... > > AFAIR your patch was applied, but it misses tables in

Re: [PATCHES] 8.0.0b1: configure.in cygipc

2004-08-30 Thread Peter Eisentraut
Reini Urban wrote: > But my patch is still valid: >The current cygipc check is wrong when cygserver is running. If > cygserver is not running, it displays a warning when using the cygipc > library. What would be wrong with using cygserver when available (!= when running), else cygipc? -- Pe

Re: [PATCHES] log_filename_prefix --> log_filename + strftime()

2004-08-30 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > On Saturday August 28 2004 9:30, Bruce Momjian wrote: >> Are we going to change this before beta2? I have not seen a final >> patch yet. > Attached is a revised patch: Applied with minor revisions. > I did not add UTC offset logic nor logic to shift to top

Re: [PATCHES] log_filename_prefix --> log_filename + strftime()

2004-08-30 Thread Ed L.
On Monday August 30 2004 10:56, Tom Lane wrote: > "Ed L." <[EMAIL PROTECTED]> writes: > > > > Attached is a revised patch: > > Applied with minor revisions. > > > I did not add UTC offset logic nor logic to shift to top of the > > hour/day for rotation periods of 60/1440 minutes, but would like to

Re: [PATCHES] log_filename_prefix --> log_filename + strftime()

2004-08-30 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > One idea for handling the round-to-localtime issue from the other end of the > problem: optionally rotate logs upon an *interpolated* filename change. The code-as-committed wants to be able to predict the time change in advance. I'm not totally wedded to