Re: verify predefined LWLocks have entries in wait_event_names.txt - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: verify predefined LWLocks have entries in wait_event_names.txt
Date
Msg-id 20240105061415.GA2167264@nathanxps13
Whole thread Raw
In response to Re: verify predefined LWLocks have entries in wait_event_names.txt  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Jan 03, 2024 at 11:34:25AM +0900, Michael Paquier wrote:
> On Tue, Jan 02, 2024 at 11:31:20AM -0600, Nathan Bossart wrote:
>> +# Find the location of lwlocknames.h.
>> +my $include_dir = $node->config_data('--includedir');
>> +my $lwlocknames_file = "$include_dir/server/storage/lwlocknames.h";
> 
> I am afraid that this is incorrect because an installation could
> decide to install server-side headers in a different path than
> $include/server/.  Using --includedir-server would be the correct
> answer, appending "storage/lwlocknames.h" to the path retrieved from
> pg_config.

Ah, good to know, thanks.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: verify predefined LWLocks have entries in wait_event_names.txt
Next
From: Shlok Kyal
Date:
Subject: Re: speed up a logical replica setup