Re: Optimze usage of immutable functions as relation

From: Anthony Bykov <a(dot)bykov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Aleksandr Parfenov <asp437(at)gmail(dot)com>
Subject: Re: Optimze usage of immutable functions as relation
Date: 2018-10-19 09:39:56
Message-ID: 153994199621.10161.17815885396545049364.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-10-19 09:46:15 Re: relhassubclass and partitioned indexes
Previous Message Mehman Jafarov 2018-10-19 09:03:12 Problem about partitioned table