Re: [HACKERS] Cached plans and statement generalization

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: [HACKERS] Cached plans and statement generalization
Дата
Msg-id CAEepm=1MyFoM7VS+ed3BS3PWvSz_oU_3_uMESdQCozku1+K1SQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Cached plans and statement generalization  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: [HACKERS] Cached plans and statement generalization
Список pgsql-hackers
On Sun, Jan 7, 2018 at 11:51 AM, Stephen Frost <sfrost@snowman.net> wrote:
> * Konstantin Knizhnik (k.knizhnik@postgrespro.ru) wrote:
>> Updated version of the patch is attached.
>
> This patch appears to apply with just a bit of fuzz and make check
> passes, so I'm not sure why this is currently marked as 'Waiting for
> author'.
>
> I've updated it to be 'Needs review'.  If that's incorrect, feel free to
> change it back with an explanation.

Hi Konstantin,

/home/travis/build/postgresql-cfbot/postgresql/src/backend/tcop/postgres.c:5249:
undefined reference to `PortalGetHeapMemory'

That's because commit 0f7c49e85518dd846ccd0a044d49a922b9132983 killed
PortalGetHeapMemory.  Looks like it needs to be replaced with
portal->portalContext.

-- 
Thomas Munro
http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Jsonb transform for pl/python
Следующее
От: Tatsuro Yamada
Дата:
Сообщение: Re: Minor code improvement to estimate_path_cost_size in postgres_fdw