Re: [fixed] Trigger test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dmitrii Bondar <d.bondar@postgrespro.ru>
Cc: Paul Jungwirth <pj@illuminatedcomputing.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Lilian <ontowhee@gmail.com>
Date: 2025-04-07T19:57:25Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix some issues in contrib/spi/refint.c.
- 8cfbdf8f4dfb 18.0 landed
-
I send you a attach of my modified refint.c that
- d489fdfc7f4c 7.1.1 cited
I wrote: > Dmitrii Bondar <d.bondar@postgrespro.ru> writes: >> I considered removing it entirely, but that seemed too drastic a >> solution (and, at the very least, I don't have enough expertise to make >> that decision). > I'm not that thrilled with giving up on refint.c either. But in its > current state, it's a pretty lousy example. Are we willing to put > enough effort into making it a more useful code example? I concluded that we might as well commit what we've got, since the window for v18 is closing fast and there's not time to consider anything more invasive. Hence, pushed. I hope you will consider spending some effort on fixing the other problems identified in this thread. regards, tom lane