mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@ -11999,7 +11999,7 @@ DropForeignKeyConstraintTriggers(Relation trigrel, Oid conoid, Oid confrelid,
|
||||
if (OidIsValid(confrelid) && trgform->tgrelid != confrelid)
|
||||
continue;
|
||||
|
||||
/* We should be droping trigger related to foreign key constraint */
|
||||
/* We should be dropping trigger related to foreign key constraint */
|
||||
Assert(trgform->tgfoid == F_RI_FKEY_CHECK_INS ||
|
||||
trgform->tgfoid == F_RI_FKEY_CHECK_UPD ||
|
||||
trgform->tgfoid == F_RI_FKEY_CASCADE_DEL ||
|
||||
|
Reference in New Issue
Block a user