Re: The flinfo->fn_extra question, from me this time. - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: The flinfo->fn_extra question, from me this time.
Date
Msg-id CA+hUKGL29D6jjCd5N0xW5oRDsHGMvEVXCyVo5G9xq-BaSphJdA@mail.gmail.com
Whole thread Raw
In response to Re: The flinfo->fn_extra question, from me this time.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Mar 13, 2020 at 7:51 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ...  (At least on the Linux side.  I guess the cfbot's
> Windows builds are sans cassert, which seems like an odd choice.)

I tried turning that on by adding $config{asserts} = 1 in the build
script and adding some scripting to dump all relevant logs on
appveyor.  It had the desired effect, but I had some trouble getting
any useful information out of it.  Somehow the FailedAssertion message
is not making it to the log, which seems to be the bare minimum you'd
need for this to be useful, and ideally you'd also want a backtrace.
I'll look into that next week with the help of a Windows-enabled
colleague.



pgsql-hackers by date:

Previous
From: Jürgen Purtz
Date:
Subject: Re: Add A Glossary
Next
From: Andy Fan
Date:
Subject: Re: [PATCH] Erase the distinctClause if the result is unique by definition