patch - per-tablespace random_page_cost/seq_page_cost - Mailing list pgsql-hackers

From Robert Haas
Subject patch - per-tablespace random_page_cost/seq_page_cost
Date
Msg-id 603c8f070911141128x51aedbel1d903064bc0f40f0@mail.gmail.com
Whole thread Raw
Responses Re: patch - per-tablespace random_page_cost/seq_page_cost
List pgsql-hackers
Well, I was regretting missing the deadline for this CommitFest and
then realized today was only the 14th, so I finished this up while the
kids were napping.

I ended up not reusing the reloptions.c code.  It looks like a lot of
extra complexity for no obvious benefit, considering that there is no
equivalent of AMs for tablespaces and therefore no need to support
AM-specific options.  I did reuse the reloptions syntax, and I think
the internal representation could always be redone later, if we find
that there's a use case for something more complicated.

...Robert

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inspection of row types in pl/pgsql and pl/sql
Next
From: Jeff Davis
Date:
Subject: Re: operator exclusion constraints