Re: [PATCH] Add Windows support for backtrace_functions (MSVC only) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
Date
Msg-id aPX1fHbUESCMlHq6@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)  (Jakub Wartak <jakub.wartak@enterprisedb.com>)
Responses Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)
List pgsql-hackers
On Mon, Oct 20, 2025 at 10:10:25AM +0200, Jakub Wartak wrote:
> Cool, thanks for working on this. Win32 is a bit alien to me, but I've
> got access to win32 so I've played with the patch a little bit. With
> simple: SET backtrace_functions = 'typenameType'; CREATE TABLE tab (id
> invalidtype);

Perhaps it would be possible to add some WIN32-specific tests that
check some log patterns based on the backtraces printed?  (I have not
read the patch in details, just an idea while passing by.)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Random pg_upgrade 004_subscription test failure on drongo
Next
From: David Rowley
Date:
Subject: Re: Use CompactAttribute more often, when possible