Re: [PATCH] Caching for stable expressions with constant arguments v3 - Mailing list pgsql-hackers

From Marti Raudsepp
Subject Re: [PATCH] Caching for stable expressions with constant arguments v3
Date
Msg-id CABRT9RD224HSRRNn8YTW8Po5O23vYfPptUZVwBUT7BzT9z-72A@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Caching for stable expressions with constant arguments v3  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: pg_upgrade and relkind filtering
Next
From: Tomas Vondra
Date:
Subject: Re: why local_preload_libraries does require a separate directory ?