From:
Simon Riggs <simon(at)2ndquadrant(dot)com>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>,
List pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject:
Re: [HACKERS] get_relation_stats_hook()
Date:
2008-08-06 22:38:23
Message-ID:
1218062303.4549.302.camel@ebony.2ndQuadrant (view raw or flat )
Thread:
2008-06-26 14:20:37 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-06-26 15:14:58 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2008-06-26 15:18:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-06-26 16:02:50 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-06-26 16:50:56 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-06-26 18:29:53 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-06-30 20:34:16 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-07-10 18:59:29 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-07-11 07:03:40 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-08-06 15:37:27 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-08-06 22:38:23 from Simon Riggs <simon(at)2ndquadrant(dot)com>
2008-09-22 17:41:48 from Gregory Stark <stark(at)enterprisedb(dot)com>
2008-09-22 18:19:02 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2008-09-22 22:04:43 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2008-09-25 16:27:21 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2008-09-26 14:52:20 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2008-09-28 19:57:49 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-hackers pgsql-patches
On Wed, 2008-08-06 at 16:37 +0100, Simon Riggs wrote:
> I'll submit the fully working plugin once we've stabilised the API. It's
> designed as a contrib module, so it can go in pgfoundry or contrib.
OK, here's fully working plugin, plus API patch.
I expect to open a pgfoundry project for the plugin, but will wait for
the main patch review.
I've tried the APIs three different ways and this seems cleanest and
most widely applicable approach. It's possible to add calls in more
places, but I haven't done this for reasons discussed previously.
--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support
Attachment: TOM.v2.tar
Description: application/x-tar (6.0 KB)
In response to
Responses
pgsql-hackers by date
Next :From: KaiGai KoheiDate: 2008-08-07 01:34:05
Subject : Re: Proposal of SE-PostgreSQL patches [try#2]
Previous :From : Dimitri FontaineDate : 2008-08-06 19:52:26
Subject : Re: plan invalidation vs stored procedures
pgsql-patches by date
Next :From: Simon RiggsDate: 2008-08-07 11:44:19
Subject : Infrastructure changes for recovery
Previous :From : Simon RiggsDate : 2008-08-06 22:32:02
Subject : Re: WIP: Transportable Optimizer Mode