Re: [PATCH] Caching for stable expressions with constant arguments v3

Marti Raudsepp <marti@juffo.org>

From: Marti Raudsepp <marti@juffo.org>
To: Jaime Casanova <jaime@2ndquadrant.com>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Josh Berkus <josh@agliodbs.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-12-05T23:05: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 →
  1. include_if_exists facility for config file.

Attachments

On Sun, Dec 4, 2011 at 22:53, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> This seems to have bitrotted, thanks to the recent refactoring in
> eval_const_expressions().

So here's the rebased version of this. It probably took me longer to
rebase this than it took Andres to write his patch ;)

Passes all regression tests and diffing clauses.c seems to have
introduced no functional differences.

But the good news is that I learned how to use git rebase and
pgindent, so it was worth it.

I will look into addressing some of the comments tomorrow, much thanks
for the feedback everyone!

Regards,
Marti