Re: [PATCH] Implement INSERT SET syntax
Wenjing Zeng <wjzeng2012@gmail.com>
From: wenjing zeng <wjzeng2012@gmail.com>
To: Rachel Heaton <rachelmheaton@gmail.com>
Cc: Gareth Palmer <gareth@internetnz.net.nz>,
movead li <movead.li@highgo.ca>,
david@pgmasters.net,
Ibrar Ahmed <ibrar.ahmad@gmail.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Tom Lane <tgl@sss.pgh.pa.us>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-01-21T09:24:51Z
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 →
-
Add const qualifiers to internal range type APIs
- 73025140885c 13.0 cited
Attachments
- 0001-insert-overriding-set-case.patch (application/octet-stream) patch 0001
Since this feature adds INSERT OVERRIDING SET syntax, it is recommended to add some related testcases. Regards Wenjing > 2021年9月22日 07:38,Rachel Heaton <rachelmheaton@gmail.com> 写道: > >> On 4/23/20 8:04 PM, Gareth Palmer wrote: >>> >>> Thank you for the review, attached is v7 of the patch which should >>> apply correcly to HEAD. >>> > > Hello Gareth, > > This patch no longer applies to HEAD, can you please submit a rebased version? > > Thanks, > Rachel > >