Re: Out of memory with "create extension postgis"

Поиск
Список
Период
Сортировка
От Daniel Westermann (DWE)
Тема Re: Out of memory with "create extension postgis"
Дата
Msg-id ZR0P278MB0122CACA4F7672FBB43C2379D24D0@ZR0P278MB0122.CHEP278.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Out of memory with "create extension postgis"  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Список pgsql-general
>I am aware that the behavior is different from what we've seen last week but this is how it looks today.
>Anything we missed or did not do correct?

Finally this can be re-produced quite easily by installing this extension:
https://de.osdn.net/projects/pgstoreplans/downloads/72297/pg_store_plans12-1.4-1.el7.x86_64.rpm/
As soon as pg_store_plans is in shared_preload_libraries the postgis extension can not be installed anymore. This is
theexact package list: 

[root@rhel77 ~]# rpm -qa | egrep "postgres|postgis|store_plan"
postgresql12-server-12.3-5PGDG.rhel7.x86_64
postgresql12-contrib-12.3-5PGDG.rhel7.x86_64
postgresql12-12.3-5PGDG.rhel7.x86_64
postgis30_12-3.0.1-5.rhel7.x86_64
pg_store_plans12-1.4-1.el7.x86_64
postgresql12-libs-12.3-5PGDG.rhel7.x86_64
postgresql12-llvmjit-12.3-5PGDG.rhel7.x86_64

I will open an issue on the extensions' GitHub repo.

Regards
Daniel





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

Предыдущее
От: "Daniel Westermann (DWE)"
Дата:
Сообщение: Re: Out of memory with "create extension postgis"
Следующее
От: David Rowley
Дата:
Сообщение: Re: How to get the name of the current database in C function/extention inside a trigger?