Re: Optimze usage of immutable functions as relation - Mailing list pgsql-hackers

From Anthony Bykov
Subject Re: Optimze usage of immutable functions as relation
Date
Msg-id 153994199621.10161.17815885396545049364.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Optimze usage of immutable functions as relation  (Aleksandr Parfenov <a.parfenov@postgrespro.ru>)
Responses Re: Optimze usage of immutable functions as relation  (Aleksandr Parfenov <asp437@gmail.com>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, failed
Implements feature:       not tested
Spec compliant:           not tested
Documentation:            not tested

Hello, 
I was trying to review your patch, but I couldn't install it:

prepjointree.c: In function ‘pull_up_simple_function’:
prepjointree.c:1793:41: error: ‘functions’ undeclared (first use in this function); did you mean ‘PGFunction’?
  Assert(!contain_vars_of_level((Node *) functions, 0));

Was it a typo?

The new status of this patch is: Waiting on Author

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Protect syscache from bloating with negative cache entries
Next
From: Amit Langote
Date:
Subject: Re: relhassubclass and partitioned indexes