How to check if issue is solved?

From: Mohab Yaser <mohabyaserofficial2003(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: How to check if issue is solved?
Date: 2024-07-26 01:35:08
Message-ID: CAEnf3iBoBs+xug=Rd1ry992seu5zwXGpH5M69-gMnbeDEYExRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote a simple script to get all issues from the pgsql-bugs list that are
reported by the form (basically getting just the issues without any replies
to them) and now while searching through these issues I can't know directly
whether it is solved or not, just a workaround is checking any discussions
in its thread whether there is a patch file attached or not but it is not
accurate as submitting a patch is not related to the issue itself neither
by mentioning the issue id or the issue itself is marked as solved or at
least someone is working on it, so if anyone can help it will be very
appreciated.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-07-26 01:52:13 Re: xid_wraparound tests intermittent failure.
Previous Message Noah Misch 2024-07-26 00:42:41 Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)