pgsql: Fix typo in foreign_key.sql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in foreign_key.sql
Date: 2025-08-02 10:54:46
Message-ID: E1ui9t0-000Lbe-0l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in foreign_key.sql

Introduced by eec0040c4bcd.

Author: Chao Li <lic(at)highgo(dot)com>
Discussion: https://postgr.es/m/CAEoWx2kKMdtWKQiYNuwG2L41YwHA7G3sUsRfD9esPJwZyX1+Eg@mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d0c12b98f2bf741a57915bd59084b16fd03d1468

Modified Files
--------------
src/test/regress/expected/foreign_key.out | 2 +-
src/test/regress/sql/foreign_key.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-08-02 15:02:09 pgsql: Simplify options in pg_dump and pg_restore.
Previous Message Etsuro Fujita 2025-08-02 09:35:10 pgsql: Doc: clarify the restrictions of AFTER triggers with transition