Re: A structure has changed but comment modifications maybe missed
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, Richard Guo <guofenglinux@gmail.com>, 甄明洋 <zhenmingyang@yeah.net>, pgsql-bugs@postgresql.org
Date: 2023-03-30T03:00:23Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix outdated comments regarding TupleTableSlots
- 902ecd3bd4e7 16.0 landed
Attachments
- fix_outdated_comments_regarding_tupletableslots_v2.patch (application/octet-stream) patch v2
On Thu, 30 Mar 2023 at 15:02, Tom Lane <tgl@sss.pgh.pa.us> wrote: > tts_nvalid is still a thing, so I question your edit here: Yeah, that should be kept. See the adjusted patch attached. David