Re: A structure has changed but comment modifications maybe missed
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: 甄明洋 <zhenmingyang@yeah.net>, pgsql-bugs@postgresql.org
Date: 2023-03-30T01:55:53Z
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.patch (application/octet-stream) patch
On Mon, 27 Mar 2023 at 15:20, Richard Guo <guofenglinux@gmail.com> wrote: > A further search shows several other places referring to TTS_SHOULDFREE, > which I think should be TTS_FLAG_SHOULDFREE. > > tuptable.h:71 > tuptable.h:82 > execTuples.c:388 > execTuples.c:557 I think the attached is what you have in mind. Can you confirm? David