syslog output from explain looks weird... - Mailing list pgsql-hackers

From Larry Rosenman
Subject syslog output from explain looks weird...
Date
Msg-id 20001122150203.A4022@lerami.lerctr.org
Whole thread Raw
Responses Re: syslog output from explain looks weird...
List pgsql-hackers
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 0000000000000006
Nov 22 14:58:44 lerami pg-test[4005]: [3] DEBUG:  MoveOfflineLogs:
skip 0000000000000005
Nov 22 14:59:09 lerami pg-test[4005]: [4] NOTICE:  QUERY PLAN:
Nov 22 14:59:0 lerami Nov 22 14:59:09Index Scan using upslog_index on
upslog  (cost=0.00..88.65 rows=165 width=28)

seems like it should be better. 

The output at the client looks fine:
ler=# explain select * from upslog where upslogdate >='2000-11-01';
NOTICE:  QUERY PLAN:

Index Scan using upslog_index on upslog  (cost=0.00..88.65 rows=165
width=28)

EXPLAIN
ler=# 


-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_dump / Unique constraints
Next
From: Larry Rosenman
Date:
Subject: Re: syslog output from explain looks weird...