mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@@ -918,7 +918,7 @@ index_create(Relation heapRelation,
|
||||
indexRelationId = binary_upgrade_next_index_pg_class_oid;
|
||||
binary_upgrade_next_index_pg_class_oid = InvalidOid;
|
||||
|
||||
/* Overide the index relfilenode */
|
||||
/* Override the index relfilenode */
|
||||
if ((relkind == RELKIND_INDEX) &&
|
||||
(!OidIsValid(binary_upgrade_next_index_pg_class_relfilenode)))
|
||||
ereport(ERROR,
|
||||
|
||||
Reference in New Issue
Block a user