]> granicus.if.org Git - postgresql/commitdiff
Comment typo fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jan 2016 16:06:42 +0000 (11:06 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jan 2016 16:06:51 +0000 (11:06 -0500)
Per Amit Langote.

src/backend/catalog/namespace.c

index 8b105fe62f6ac89800ab8f541daba1bd3097d477..446b2ac618a70968776076705d01369e732f5833 100644 (file)
@@ -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