pgsql: Add API of sorts for transition table handling in trigger.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add API of sorts for transition table handling in trigger.c
Date
Msg-id E1nSotK-000Kmk-Lo@gemulon.postgresql.org
Whole thread Raw
List 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.deolasee@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restore the previous semantics of get_constraint_index().
Next
From: Michael Paquier
Date:
Subject: pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd