8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65681d0 commit 4bf8716Copy full SHA for 4bf8716
src/backend/catalog/namespace.c
@@ -513,9 +513,9 @@ RangeVarGetCreationNamespace(const RangeVar *newRelation)
513
* As a side effect, this function acquires AccessShareLock on the target
514
* namespace. Without this, the namespace could be dropped before our
515
* transaction commits, leaving behind relations with relnamespace pointing
516
- * to a no-longer-exstant namespace.
+ * to a no-longer-existent namespace.
517
*
518
- * 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,
519
* we mark the RangeVar as RELPERSISTENCE_TEMP.
520
*/
521
Oid
0 commit comments