Re: Pluggable toaster - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Pluggable toaster
Date
Msg-id d4b31919-5e4d-138f-fdca-092862c20776@sigaev.ru
Whole thread Raw
In response to Re: Pluggable toaster  (Simon Riggs <simon.riggs@enterprisedb.com>)
List pgsql-hackers
I'd like to ask your opinion for next small questions

1) May be, we could add toasteroid to pg_type to for default toaster for 
datatype.  ALTER TYPE type SET DEFAULT TOASTER toaster;

2) The name of default toaster is deftoaster, which was choosen at 
night, may be heap_toaster is better? heap because default toaster 
stores chunks in heap table.

Thank you!

-- 
Teodor Sigaev                      E-mail: teodor@sigaev.ru
                                       WWW: http://www.sigaev.ru/



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Pluggable toaster
Next
From: James Coleman
Date:
Subject: Re: Parallelize correlated subqueries that execute within each worker