A structure has changed but comment modifications maybe missed
myzhen <zhenmingyang@yeah.net>
From: 甄明洋 <zhenmingyang@yeah.net>
To: pgsql-bugs@postgresql.org
Date: 2023-03-25T14:43:33Z
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
Recently when I was reading the TupleTableSlot code, I noticed that the field "tts_tuple" mentioned in the comment has been removed in the higher version, but it still exists in the comment. location: https://github.com/postgres/postgres/blob/master/src/include/executor/tuptable.h src/include/executor/tuptable.h:71 src/include/executor/tuptable.h:271