pgsql: Fix typo left by 34a30786293

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo left by 34a30786293
Date: 2026-04-10 04:33:36
Message-ID: E1wB3Yl-000FHr-38@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo left by 34a30786293

Reported-by: jie wang <jugierwang(at)gmail(dot)com>
Reported-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAJnZyeDyaS=X-eYN=9rDYqK=6ma1gMLa0qDgfNbZKK0e0+q99Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/03029409b409ffd5c7f2eab9acb13d2fa76fa4bd

Modified Files
--------------
src/backend/commands/trigger.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-04-10 04:34:46 pgsql: Fix FK fast-path scan key ordering for mismatched column order
Previous Message Amit Langote 2026-04-10 03:42:40 pgsql: Fix RI fast-path crash under nested C-level SPI