1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Fix typos in comments

Dmitriy Olshevskiy
This commit is contained in:
Magnus Hagander
2015-05-17 14:57:30 +02:00
parent 6b665454e3
commit 3b075e9d7b
12 changed files with 19 additions and 19 deletions

View File

@ -7289,7 +7289,7 @@ ExtractReplicaIdentity(Relation relation, HeapTuple tp, bool key_changed, bool *
{
/*
* The OID column can appear in an index definition, but that's
* OK, becuse we always copy the OID if present (see below). Other
* OK, because we always copy the OID if present (see below). Other
* system columns may not.
*/
if (attno == ObjectIdAttributeNumber)