Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Improve comment in pgstatfuncs.c
- b947dd5c75b1 19 (unreleased) landed
-
correct a word
Zizhen Qiao <zizhen_qiao@163.com> — 2025-12-24T05:34:22Z
Hi Hackers, Recently, I found a comment error in pgstatfuncs.c . To address this, I've prepared a relevant patch. For the details,please see the attached patch file. Looking forward to your reply Best regards, -- Zizhen Qiao
-
Re: correct a word
Michael Paquier <michael@paquier.xyz> — 2025-12-24T06:21:04Z
On Wed, Dec 24, 2025 at 01:34:22PM +0800, Zizhen Qiao wrote: > Recently, I found a comment error in pgstatfuncs.c . To address > this, I've prepared a relevant patch. Yep, that looks like an improvement here. Thanks. -- Michael
-
Re: correct a word
wenhui qiu <qiuwenhuifx@gmail.com> — 2025-12-24T07:33:07Z
Hi Since we're already touching this comment to fix a grammatical issue, it might be worth slightly rephrasing it as: * Reset statistics for a single object, which may be the current object Thanks On Wed, Dec 24, 2025 at 2:21 PM Michael Paquier <michael@paquier.xyz> wrote: > On Wed, Dec 24, 2025 at 01:34:22PM +0800, Zizhen Qiao wrote: > > Recently, I found a comment error in pgstatfuncs.c . To address > > this, I've prepared a relevant patch. > > Yep, that looks like an improvement here. Thanks. > -- > Michael >
-
Re: correct a word
Michael Paquier <michael@paquier.xyz> — 2025-12-24T08:10:47Z
On Wed, Dec 24, 2025 at 03:33:07PM +0800, wenhui qiu wrote: > Since we're already touching this comment to fix a grammatical issue, it > might be worth slightly rephrasing it as: > * Reset statistics for a single object, which may be the current object Not sure how this improves things. The second part of the sentence refers to shared objects. -- Michael