From: | Nikita Malakhov <hukutoc(at)gmail(dot)com> |
---|---|
To: | Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com> |
Cc: | Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: POC: Extension for adding distributed tracing - pg_tracing |
Date: | 2023-07-27 10:56:42 |
Message-ID: | CAN-LCVM2XqvkKq3oSMEzdoFtpA07oHFSmLN0g1CLeEtm0SHbhg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
I've tried to test the extension, but got errors calling make check and
cannot install the extension.
I've applied the patch onto current master and configured it as:
./configure --enable-debug --enable-cassert --enable-depend
--enable-tap-tests
Could you please advise if I'm doing something wrong?
For make check please see attached log.
For installing extension after setting shared preload library I've got an
error in Postgres logfile:
2023-07-27 13:41:52.324 MSK [12738] LOG: database system is shut down
2023-07-27 13:41:52.404 MSK [14126] FATAL: could not load library
"/usr/local/pgsql/lib/pg_tracing.so": /usr/local/pgsql/lib/pg_tracing.so:
undefined symbol: get_operation_name
Thank you!
--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company
https://postgrespro.ru/
Attachment | Content-Type | Size |
---|---|---|
mc.log | application/octet-stream | 5.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Kuwamura Masaki | 2023-07-27 11:01:56 | Re: Issue in postgres_fdw causing unnecessary wait for cancel request reply |
Previous Message | Tomas Vondra | 2023-07-27 10:50:00 | Re: incremental-checkopints |