Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
Shlok Kyal <shlok.kyal.oss@gmail.com>
From: Shlok Kyal <shlok.kyal.oss@gmail.com>
To: Marko Tiikkaja <marko@joh.to>
Cc: Haribabu Kommi <kommi.haribabu@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-11-02T10:24:19Z
Lists: pgsql-hackers
Hi, On Thu, 19 Oct 2023 at 16:35, Marko Tiikkaja <marko@joh.to> wrote: > > Hi, > > Thank you for the feedback. > > Apparently it took me six years, but I've attached the latest version > of the patch which I believe addresses all issues. I'll add it to the > open commitfest. > > > .m I went through the CFbot and found that docs build run is giving some error (link: https://cirrus-ci.com/task/5712582359646208): [07:37:19.769] trigger.sgml:266: parser error : Opening and ending tag mismatch: command line 266 and COMMAND [07:37:19.769] <command>DELETE</command> operations, <command>INSTEAD OF</COMMAND> [07:37:19.769] ^ [07:37:19.769] trigger.sgml:408: parser error : Opening and ending tag mismatch: para line 266 and sect1 [07:37:19.769] </sect1> [07:37:19.769] ^ [07:37:19.769] trigger.sgml:1034: parser error : Opening and ending tag mismatch: sect1 line 266 and chapter [07:37:19.769] </chapter> [07:37:19.769] ^ [07:37:19.769] trigger.sgml:1035: parser error : chunk is not well balanced [07:37:19.769] [07:37:19.769] ^ [07:37:19.769] postgres.sgml:222: parser error : Failure to process entity trigger [07:37:19.769] &trigger; [07:37:19.769] ^ [07:37:19.769] postgres.sgml:222: parser error : Entity 'trigger' not defined [07:37:19.769] &trigger; [07:37:19.769] ^ [07:37:19.956] make[2]: *** [Makefile:73: postgres-full.xml] Error 1 [07:37:19.957] make[1]: *** [Makefile:8: all] Error 2 [07:37:19.957] make: *** [Makefile:16: all] Error 2 [07:37:19.957] [07:37:19.957] real 0m0.529s [07:37:19.957] user 0m0.493s [07:37:19.957] sys 0m0.053s [07:37:19.957] [07:37:19.957] Exit status: 2 Just wanted to make sure you are aware of the issue. Thanks Shlok Kumar Kyal