Skip to content
Snippets Groups Projects
Commit 4bf87169 authored by Tom Lane's avatar Tom Lane
Browse files

Comment typo fix.

Per Amit Langote.
parent 65681d08
No related branches found
No related tags found
No related merge requests found
......@@ -513,9 +513,9 @@ RangeVarGetCreationNamespace(const RangeVar *newRelation)
* As a side effect, this function acquires AccessShareLock on the target
* namespace. Without this, the namespace could be dropped before our
* transaction commits, leaving behind relations with relnamespace pointing
* to a no-longer-exstant namespace.
* to a no-longer-existent namespace.
*
* As a further side-effect, if the select namespace is a temporary namespace,
* As a further side-effect, if the selected namespace is a temporary namespace,
* we mark the RangeVar as RELPERSISTENCE_TEMP.
*/
Oid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment