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

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 3a46a45f6f009785b46188ed862afbccfb4cf56a
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2022-03-11T23:40:03Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/commands/trigger.c modified +119 −53

Discussion