mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@ -834,7 +834,7 @@ DefineRelation(CreateStmt *stmt, char relkind, Oid ownerId,
|
||||
if (OidIsValid(defaultPartOid))
|
||||
defaultRel = heap_open(defaultPartOid, AccessExclusiveLock);
|
||||
|
||||
/* Tranform the bound values */
|
||||
/* Transform the bound values */
|
||||
pstate = make_parsestate(NULL);
|
||||
pstate->p_sourcetext = queryString;
|
||||
|
||||
|
Reference in New Issue
Block a user