Re: Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol”

Поиск
Список
Период
Сортировка
От valeriof
Тема Re: Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol”
Дата
Msg-id 1474369337193-5921898.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol”  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: [HACKERS] Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol”  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
Hi Ashutosh,
Thank you for your answer. At the end I realized that the PGDLLEXPORT
keyword was missing from the functions definitions.

As a side question, what are the options to debug the plugin while it's
being executing? I've seen a debug plugin for Postgres but it seems more for
SQL functions and stored procedures. Is it possible to attach the process
from Visual Studio debugger?

Thanks,
Valerio



--
View this message in context:
http://postgresql.nabble.com/Error-running-custom-plugin-output-plugins-have-to-declare-the-PG-output-plugin-init-symbol-tp5921145p5921898.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Partition-wise join for join between (declaratively) partitioned tables
Следующее
От: Alex Ignatov
Дата:
Сообщение: Re: Parallel sec scan in plpgsql