pgsql: Fix typo left by 34a30786293 - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: Fix typo left by 34a30786293
Date
Msg-id E1wB3Yl-000FHr-38@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo left by 34a30786293

Reported-by: jie wang <jugierwang@gmail.com>
Reported-by: Chao Li <li.evan.chao@gmail.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(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Fix RI fast-path crash under nested C-level SPI
Next
From: Amit Langote
Date:
Subject: pgsql: Fix FK fast-path scan key ordering for mismatched column order