Re: [PATCHES] [HACKERS] [Fwd: Index Advisor]

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
Cc: PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: [PATCHES] [HACKERS] [Fwd: Index Advisor]
Date: 2007-01-19 22:31:29
Message-ID: 200701192231.l0JMVTr18060@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


I can't read a 7z file on my end. Please email me the file and I will
put it at a URL.

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

Gurjeet Singh wrote:
> On 1/15/07, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> >
> > Gurjeet Singh wrote:
> > >
> > > 1) pg_post_planner_plugin-REL8_2_STABLE-v1.patch.gz
> > > 2) pg_index_adviser-REL8_2_STABLE-v26.patch.gz
> > >
> > Why are these patches against 8.2 rather than CVS HEAD? Is this not a
> > new feature? We never backport new features to the stable branches -
> > that's what makes them stable ;-)
> >
> >
> Please find attached the patches ported to HEAD as of now. The patch to the
> contrib modules is the same as before; the version number has been kept but
> branch designator has been changed.
>
> 1) pg_post_planner_plugin-HEAD_20070116-v2.patch.gz
> 2) pg_index_adviser-HEAD_20070116-v26.7z
>
> Best regards,
>
> --
> gurjeet[(dot)singh](at)EnterpriseDB(dot)com
> singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2007-01-19 22:34:45 Re: Planning aggregates which require sorted or distinct
Previous Message Gavin Sherry 2007-01-19 21:53:09 Re: Planning aggregates which require sorted or distinct

Browse pgsql-patches by date

  From Date Subject
Next Message Gevik Babakhani 2007-01-19 23:21:52 Re: guid/uuid datatype
Previous Message Simon Riggs 2007-01-19 20:21:44 Re: [PATCHES] COPY with no WAL, v2