Re: patch - per-tablespace random_page_cost/seq_page_cost

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Jaime Casanova <jcasanov@systemguards.com.ec>, Tom Lane <tgl@sss.pgh.pa.us>, Greg Stark <gsstark@mit.edu>, pgsql-hackers@postgresql.org
Date: 2010-01-04T19:07:17Z
Lists: pgsql-hackers

Attachments

On Sun, Jan 3, 2010 at 11:19 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
>
>> --- 49,63 ----
>>    * ----------------
>>    */
>>
>> ! #define Natts_pg_tablespace                         6
>
> Should be 5?

Yep.  I also fixed the other two bits of brain fade that you pointed
out to me via private email.  Updated patch attached.

...Robert