From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add API of sorts for transition table handling in trigger.c |
Date: | 2022-03-11 23:41:51 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add API of sorts for transition table handling in trigger.c
Preparatory patch for further additions in this area, particularly to
allow MERGE to have separate transition tables for each action.
Author: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://postgr.es/m/CABOikdNj+8HEJ5D8tu56mrPkjHVRrBb2_cdKWwpiYNcjXgDw8g@mail.gmail.com
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/backend/commands/trigger.c | 172 ++++++++++++++++++++++++++++-------------
1 file changed, 119 insertions(+), 53 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2022-03-12 00:50:27 | pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd |
Previous Message | Tom Lane | 2022-03-11 18:47:58 | pgsql: Restore the previous semantics of get_constraint_index(). |