Re: [RFC] Lock-free XLog Reservation from WAL

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>
Subject: Re: [RFC] Lock-free XLog Reservation from WAL
Date: 2025-03-18 20:40:41
Message-ID: 174233044163.1207626.16867336674569032452.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Reliably fails tests on windows, due to what looks to be a null pointer dereference.

E.g. https://cirrus-ci.com/task/6178371937239040

That's likely related to EXEC_BACKEND.

The new status of this patch is: Waiting on Author

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2025-03-18 20:56:46 Re: Update Unicode data to Unicode 16.0.0
Previous Message David G. Johnston 2025-03-18 20:40:36 Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.