Re: Stats for inheritance trees

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Stats for inheritance trees
Date: 2009-12-30 16:20:31
Message-ID: 603c8f070912300820q476c376fg141e1e57f139fcef@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 30, 2009 at 10:24 AM, Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:
> Tom Lane escribió:
>> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> > If you'd be willing to look over the latest version of my
>> > per-tablespace random_page_cost/seq_page_cost patch, which I posted to
>> > -hackers some time in the last few days, I can get that committed and
>> > then start working on this, if you'd like.
>>
>> I think Alvaro would actually be the right person to review that,
>> since the reloptions code is almost entirely his work.
>
> I can't promise anything right now though, as my wife could get with
> labour very soon ...

In terms of reasons for not being able to guarantee anything, I'd have
to say that's one of the best I've heard.

In all honesty, I'm not very worried about the reloptions stuff
proper. I have copied the existing coding pattern so closely that
it's a little hard to imagine that I've broken anything too badly. My
main concerns are:

1. Am I leaking memory anywhere?
and
2. Can anything bad happen as a result of invalidation events and/or
concurrent updates to pg_tablespace?

If anyone feels qualified to check my work on those two points, that
would be great. In reality, even if I've done something relatively
stupid, it isn't likely to have much practical impact since
pg_tablespace updates figure to be infrequent and many people won't
use this feature at all. But I'd still rather not do something
stupid.

Thanks,

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2009-12-30 16:21:31 Re: test/example does not support win32.
Previous Message Magnus Hagander 2009-12-30 16:20:08 Re: krb_server_keyfile setting doesn't work on Windows