[BUGS] BUG #14696: true cardinality estimation

Поиск
Список
Период
Сортировка
От hieppso194@gmail.com
Тема [BUGS] BUG #14696: true cardinality estimation
Дата
Msg-id 20170609125643.26502.31641@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14696
Logged by:          Hiep Pham
Email address:      hieppso194@gmail.com
PostgreSQL version: 10beta1
Operating system:   Ubuntu 16.04
Description:

I am trying injecting true cardinality to Postgresql optimizer. To do that,
i calculate the return rows and total rows; then divide the first for the
second one. When use Load extension, postgreSQL throws the error:
pg_true_cardinality_extension.so: undefined symbol: PGfinish

Although, i included libpq to my source file and can make it to so file. But
when load to Postgresql, it can't link to libpq.


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: "Nithyanantham Shanmugam (nithshan)"
Дата:
Сообщение: [BUGS] Postgres Installation Issue (COMSPEC)
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [BUGS] BUG #14682: row level security not work with partitionedtable