mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@ -16846,7 +16846,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
|
||||
list_free_deep(fks);
|
||||
|
||||
/*
|
||||
* Any sub-constrains that are in the referenced-side of a larger
|
||||
* Any sub-constraints that are in the referenced-side of a larger
|
||||
* constraint have to be removed. This partition is no longer part of the
|
||||
* key space of the constraint.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user