Re: [HACKERS] syslog output from explain looks weird...

2000-11-26 Thread Tatsuo Ishii
> > Someone ought to backpatch to REL_7_0_PATCHES, as it's syslog also > > looks bad... > > Not sure if we will have a 7.0.4, and I can't see it as a major bug > problem anyway. Thinking about 7.0.3 has a new option to enable syslog, we might have more often complaints from users than before, no

Re: [HACKERS] syslog output from explain looks weird...

2000-11-24 Thread Bruce Momjian
> Someone ought to backpatch to REL_7_0_PATCHES, as it's syslog also > looks bad... Not sure if we will have a 7.0.4, and I can't see it as a major bug problem anyway. > > LER > > * Bruce Momjian <[EMAIL PROTECTED]> [001124 22:38]: > > Applied. :-) > > > > > * Larry Rosenman <[EMAIL PROTECT

Re: [HACKERS] syslog output from explain looks weird...

2000-11-24 Thread Larry Rosenman
Someone ought to backpatch to REL_7_0_PATCHES, as it's syslog also looks bad... LER * Bruce Momjian <[EMAIL PROTECTED]> [001124 22:38]: > Applied. :-) > > > * Larry Rosenman <[EMAIL PROTECTED]> [001123 01:10]: > > > * Tom Lane <[EMAIL PROTECTED]> [001122 22:44]: > > > Makes sense. Here's a ne

Re: [HACKERS] syslog output from explain looks weird...

2000-11-24 Thread Bruce Momjian
Applied. :-) > * Larry Rosenman <[EMAIL PROTECTED]> [001123 01:10]: > > * Tom Lane <[EMAIL PROTECTED]> [001122 22:44]: > > Makes sense. Here's a new patch, now the output even looks better: > > Nov 23 00:58:04 lerami pg-test[9914]: [2-1] NOTICE: QUERY PLAN: > > Nov 23 00:58:04 lerami pg-test[9

Re: [HACKERS] syslog output from explain looks weird...

2000-11-24 Thread Bruce Momjian
Applied. > * Tom Lane <[EMAIL PROTECTED]> [001122 22:44]: > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > Looking some more, I found some other places that need a space (I > > > suspect...), so here is an updated patch. > > > > This seems like the wrong way to go about it, because anytime

Re: [HACKERS] syslog output from explain looks weird...

2000-11-23 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [001123 01:10]: > * Tom Lane <[EMAIL PROTECTED]> [001122 22:44]: > Makes sense. Here's a new patch, now the output even looks better: > Nov 23 00:58:04 lerami pg-test[9914]: [2-1] NOTICE: QUERY PLAN: > Nov 23 00:58:04 lerami pg-test[9914]: [2-2] > Nov 23 00:

Re: [HACKERS] syslog output from explain looks weird...

2000-11-22 Thread Larry Rosenman
* Tom Lane <[EMAIL PROTECTED]> [001122 22:44]: > Larry Rosenman <[EMAIL PROTECTED]> writes: > > Looking some more, I found some other places that need a space (I > > suspect...), so here is an updated patch. > > This seems like the wrong way to go about it, because anytime anyone > changes any el

Re: [HACKERS] syslog output from explain looks weird...

2000-11-22 Thread Tom Lane
Larry Rosenman <[EMAIL PROTECTED]> writes: > Looking some more, I found some other places that need a space (I > suspect...), so here is an updated patch. This seems like the wrong way to go about it, because anytime anyone changes any elog output anywhere, we'll risk another failure. If syslog

Re: [HACKERS] syslog output from explain looks weird...

2000-11-22 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [001122 15:25]: > * Larry Rosenman <[EMAIL PROTECTED]> [001122 15:03]: > > Just playing with the syslog functionality on 7.1devel, and the > > explain output looks weird to me: > > > > Nov 22 14:58:44 lerami pg-test[4005]: [2] DEBUG: MoveOfflineLogs: > > skip

Re: [HACKERS] syslog output from explain looks weird...

2000-11-22 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [001122 15:03]: > Just playing with the syslog functionality on 7.1devel, and the > explain output looks weird to me: > > Nov 22 14:58:44 lerami pg-test[4005]: [2] DEBUG: MoveOfflineLogs: > skip 0006 > Nov 22 14:58:44 lerami pg-test[4005]: [3] DEB

[HACKERS] syslog output from explain looks weird...

2000-11-22 Thread Larry Rosenman
Just playing with the syslog functionality on 7.1devel, and the explain output looks weird to me: Nov 22 14:58:44 lerami pg-test[4005]: [2] DEBUG: MoveOfflineLogs: skip 0006 Nov 22 14:58:44 lerami pg-test[4005]: [3] DEBUG: MoveOfflineLogs: skip 0005 Nov 22 14:59:09 leram