1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00

Fix typos in comments.

CharSyam
This commit is contained in:
Robert Haas
2015-10-22 14:51:49 -04:00
parent 8f2977b3ec
commit 31ba62ce32
4 changed files with 4 additions and 4 deletions

View File

@ -282,7 +282,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
if (like_found)
{
/*
* To match INHERITS, the existance of any LIKE table with OIDs
* To match INHERITS, the existence of any LIKE table with OIDs
* causes the new table to have oids. For the same reason,
* WITH/WITHOUT OIDs is also ignored with LIKE. We prepend
* because the first oid option list entry is honored. Our