mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@@ -1290,7 +1290,7 @@ get_relation_constraint_attnos(Oid relid, const char *conname,
|
||||
|
||||
/*
|
||||
* Return the OID of the constraint enforced by the given index in the
|
||||
* given relation; or InvalidOid if no such index is catalogued.
|
||||
* given relation; or InvalidOid if no such index is cataloged.
|
||||
*
|
||||
* Much like get_constraint_index, this function is concerned only with the
|
||||
* one constraint that "owns" the given index. Therefore, constraints of
|
||||
|
||||
Reference in New Issue
Block a user