Re: Improve pg_trigger.tgargs representation

2024-02-05 Thread Tom Lane
Peter Eisentraut writes: > I always found the encoding of the pg_trigger.tgargs field quite weird > and archaic. (It encodes the trigger argument list into a bytea > column.) It is that ... > So I tried replacing this with a list of nodes in a > pg_node_tree. This worked out quite nicely.

Improve pg_trigger.tgargs representation

2024-02-05 Thread Peter Eisentraut
2001 From: Peter Eisentraut Date: Sun, 4 Feb 2024 19:13:20 +0100 Subject: [PATCH] Improve pg_trigger.tgargs representation Before, the trigger argument list was encoded into a bytea column. Replace this with a list of nodes in a pg_node_tree. This makes the internal code much simpler and also