pgsql: Add API of sorts for transition table handling in trigger.c

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: E1nSotK-000Kmk-Lo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/20201231134736.GA25392@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a46a45f6f009785b46188ed862afbccfb4cf56a

Modified Files
--------------
src/backend/commands/trigger.c | 172 ++++++++++++++++++++++++++++-------------
1 file changed, 119 insertions(+), 53 deletions(-)

Browse pgsql-committers by date

  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().