public inbox for [email protected]  
help / color / mirror / Atom feed
Another email not archived
4+ messages / 2 participants
[nested] [flat]

* Another email not archived
@ 2008-03-11 18:30 Bruce Momjian <[email protected]>
  2008-03-11 18:36 ` Re: Another email not archived Bruce Momjian <[email protected]>
  2008-03-11 19:49 ` Re: Another email not archived Dave Page <[email protected]>
  0 siblings, 2 replies; 4+ messages in thread

From: Bruce Momjian @ 2008-03-11 18:30 UTC (permalink / raw)
  To: pgsql-www

This email from May 2007 is also not archived --- in fact the entire
thread is not archived.

This problem is impacting my ability to process the patch queue.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



Attachments:

  [text/plain] /rtmp/mb (0B, 2-%2Frtmp%2Fmb)
  download

^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Another email not archived
  2008-03-11 18:30 Another email not archived Bruce Momjian <[email protected]>
@ 2008-03-11 18:36 ` Bruce Momjian <[email protected]>
  1 sibling, 0 replies; 4+ messages in thread

From: Bruce Momjian @ 2008-03-11 18:36 UTC (permalink / raw)
  To: pgsql-www; +Cc: pgsql-www


This email isn't searchable from our archived either but it is in our
archives:

	http://archives.postgresql.org/pgsql-hackers/2007-05/msg01030.php

I might have to stop working through the patch queue until this is
fixed because it is impacting my ability to add TODO items with URLs.

---------------------------------------------------------------------------

Bruce Momjian wrote:
> This email from May 2007 is also not archived --- in fact the entire
> thread is not archived.
> 
> This problem is impacting my ability to process the patch queue.
> 
> -- 
>   Bruce Momjian  <[email protected]>        http://momjian.us
>   EnterpriseDB                             http://postgres.enterprisedb.com
> 
>   + If your life is a hard drive, Christ can be your backup. +

> >From [email protected] Thu May 24 22:48:51 2007
> Return-path: <[email protected]>
> Received: from postgresql.org (postgresql.org [200.46.204.71])
> 	by momjian.us (8.11.6/8.11.6) with ESMTP id l4P2mpw13238
> 	for <[email protected]>; Thu, 24 May 2007 22:48:51 -0400 (EDT)
> Received: from localhost (maia-5.hub.org [200.46.204.182])
> 	by postgresql.org (Postfix) with ESMTP id 76AE59FBFFF;
> 	Thu, 24 May 2007 23:48:46 -0300 (ADT)
> Received: from postgresql.org ([200.46.204.71])
> 	by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024)
> 	with ESMTP id 51135-06; Thu, 24 May 2007 23:48:35 -0300 (ADT)
> Received: from postgresql.org (postgresql.org [200.46.204.71])
> 	by postgresql.org (Postfix) with ESMTP id DA56D9FBEBA;
> 	Thu, 24 May 2007 23:48:41 -0300 (ADT)
> Received: from localhost (maia-2.hub.org [200.46.204.187])
> 	by postgresql.org (Postfix) with ESMTP id EAA479FB93E
> 	for <[email protected]>; Thu, 24 May 2007 23:45:49 -0300 (ADT)
> Received: from postgresql.org ([200.46.204.71])
> 	by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024)
> 	with ESMTP id 93549-06 for <[email protected]>;
> 	Thu, 24 May 2007 23:45:39 -0300 (ADT)
> X-Greylist: from auto-whitelisted by SQLgrey-1.7.5
> Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130])
> 	by postgresql.org (Postfix) with ESMTP id DE0079FB76B
> 	for <[email protected]>; Thu, 24 May 2007 23:45:45 -0300 (ADT)
> Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1])
> 	by sss.pgh.pa.us (8.14.1/8.14.1) with ESMTP id l4P2jH9H029663;
> 	Thu, 24 May 2007 22:45:18 -0400 (EDT)
> To: Alvaro Herrera <[email protected]>
> cc: George Pavlov <[email protected]>, [email protected]
> Subject: Re: [GENERAL] index vs. seq scan choice? 
> In-Reply-To: <[email protected]> 
> References: <8C5B026B51B6854CBE88121DBF097A86C3A30D@ehost010-33.exch010.intermedia.net> <[email protected]> <[email protected]>
> Comments: In-reply-to Alvaro Herrera <[email protected]>
> 	message dated "Thu, 24 May 2007 22:39:22 -0400"
> Date: Thu, 24 May 2007 22:45:17 -0400
> Message-ID: <[email protected]>
> From: Tom Lane <[email protected]>
> X-Virus-Scanned: Maia Mailguard 1.0.1
> X-Mailing-List: pgsql-general
> List-Archive: <http://archives.postgresql.org/pgsql-general;
> List-Help: <mailto:[email protected]?body=help>
> List-Id: <pgsql-general.postgresql.org>
> List-Owner: <mailto:[email protected]>
> List-Post: <mailto:[email protected]>
> List-Subscribe: <mailto:[email protected]?body=sub%20pgsql-general>
> List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-general>
> Precedence: bulk
> Sender: [email protected]
> Status: RO
> 
> Alvaro Herrera <[email protected]> writes:
> > Tom Lane wrote:
> >> (The default statistics target is 10, which is widely considered too
> >> low --- you might find 100 more suitable.)
> 
> > Does this mean that we should look into raising the default a bit?
> 
> Probably ... the question is to what.
> 
> The default of 10 was chosen in our usual spirit of conservatism ---
> and IIRC it was replacing code that tracked only *one* most common
> value, so it was already a factor of 10 better (and more expensive)
> than what was there before.  But subsequent history suggests it's
> too small.  I'm not sure I want to vote for another 10x increase by
> default, though.
> 
> 			regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to [email protected] so that your
>        message can get through to the mailing list cleanly
> 

> 
> -- 
> Sent via pgsql-www mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-www

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Another email not archived
  2008-03-11 18:30 Another email not archived Bruce Momjian <[email protected]>
@ 2008-03-11 19:49 ` Dave Page <[email protected]>
  2008-03-11 19:54   ` Re: Another email not archived Bruce Momjian <[email protected]>
  1 sibling, 1 reply; 4+ messages in thread

From: Dave Page @ 2008-03-11 19:49 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: pgsql-www

On Tue, Mar 11, 2008 at 6:30 PM, Bruce Momjian <[email protected]> wrote:
> This email from May 2007 is also not archived --- in fact the entire
>  thread is not archived.
>
>  This problem is impacting my ability to process the patch queue.
>

I see it:

http://search.postgresql.org/search?q=spirit+of+conservatism&m=1&l=&d=365&s=r


-- 
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Another email not archived
  2008-03-11 18:30 Another email not archived Bruce Momjian <[email protected]>
  2008-03-11 19:49 ` Re: Another email not archived Dave Page <[email protected]>
@ 2008-03-11 19:54   ` Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Bruce Momjian @ 2008-03-11 19:54 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgsql-www

Dave Page wrote:
> On Tue, Mar 11, 2008 at 6:30 PM, Bruce Momjian <[email protected]> wrote:
> > This email from May 2007 is also not archived --- in fact the entire
> >  thread is not archived.
> >
> >  This problem is impacting my ability to process the patch queue.
> >
> 
> I see it:
> 
> http://search.postgresql.org/search?q=spirit+of+conservatism&m=1&l=&d=365&s=r

You are seeing it in March 2008 archive because I posted it and because 
of the majordomo bug.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +




^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2008-03-11 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-03-11 18:30 Another email not archived Bruce Momjian <[email protected]>
2008-03-11 18:36 ` Bruce Momjian <[email protected]>
2008-03-11 19:49 ` Dave Page <[email protected]>
2008-03-11 19:54   ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox