Re: POC: Extension for adding distributed tracing - pg_tracing - Mailing list pgsql-hackers

From Nikita Malakhov
Subject Re: POC: Extension for adding distributed tracing - pg_tracing
Date
Msg-id CAN-LCVM2XqvkKq3oSMEzdoFtpA07oHFSmLN0g1CLeEtm0SHbhg@mail.gmail.com
Whole thread Raw
In response to Re: POC: Extension for adding distributed tracing - pg_tracing  (Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>)
Responses Re: POC: Extension for adding distributed tracing - pg_tracing  (Nikita Malakhov <hukutoc@gmail.com>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: incremental-checkopints
Next
From: Kuwamura Masaki
Date:
Subject: Re: Issue in postgres_fdw causing unnecessary wait for cancel request reply