Re: Caching for stable expressions with constant arguments v6
Marti Raudsepp <marti@juffo.org>
From: Marti Raudsepp <marti@juffo.org>
To: Jaime Casanova <jaime@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-02T00:12:09Z
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 →
-
Refactor simplify_function et al to centralize argument simplification.
- 81a646febe87 9.2.0 cited
Attachments
- cacheexpr-v8.patch (text/x-patch) patch v8
On Fri, Mar 2, 2012 at 00:34, Jaime Casanova <jaime@2ndquadrant.com> wrote:
> just tried it and it fail when initializing on make check
> creating information schema ... TRAP: FailedAssertion("!(*cachable ==
> ((bool) 1))", File: "clauses.c", Line: 2295)
Sorry, my bad, here's a fixed patch (also rebased to current git master).
Regards,
Marti