Re: Help Resolving Compiler Errors With enable-dtrace Flag

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Barry Walker <mstrchef7(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Help Resolving Compiler Errors With enable-dtrace Flag
Date: 2024-10-20 17:50:40
Message-ID: b4031552-fa6a-4098-8780-e04da0204561@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/20/24 09:30, Barry Walker wrote:
> Hey folks,

> I have compiled vanilla pg16.4 with the same flags and the probes got
> created and linked as expected with no issues so I'm assuming there is
> some difference in the custom version that is causing the errors but I'm
> having a hard time tracking it down. I'm wondering if anyone here has
> any experience with this error or has any hints as to why the linker
> can't find these definitions or even just where the actual definitions
> for these probes should live so I can try to work backwards and see if
> there is any differences in the custom version that is messing with
> the linker.

Talking to the folks that created the custom version is not possible?

If you do a diff on:

access/transam/xact.o

between the stock and custom version does it shed any light?

>
> Thanks!

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michel Pelletier 2024-10-20 18:25:30 Re: Using Expanded Objects other than Arrays from plpgsql
Previous Message Tom Lane 2024-10-20 17:13:31 Re: Using Expanded Objects other than Arrays from plpgsql