Re: Add protransform for numeric, varbit, and temporal types
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Noah Misch <noah@leadboat.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-02-08T02:42:42Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add notion of a "transform function" that can simplify function calls.
- 8f9fe6edce35 9.2.0 cited
On Tue, Feb 7, 2012 at 8:45 PM, Noah Misch <noah@leadboat.com> wrote: > On Tue, Feb 07, 2012 at 12:43:11PM -0500, Robert Haas wrote: >> I've committed the numeric and varbit patches and will look at the >> temporal one next. > > Thanks. The comment you added to numeric_transform() has a few typos, > "constained" -> "constrained" and "nodes" -> "notes". Yuck, that's pretty bad. Thanks, fixed (I hope). > When we rebuild the table at this point, it has a small maximum tuple size. > Therefore, we omit the toast table entirely. Ah, OK. The debug messages might be more clear if they mentioned whether or not we were omitting the TOAST table, I suppose. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company