aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-01-06 11:06:42 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-01-06 11:06:51 -0500
commit4bf87169cc1890442aa694f3057e0a0ad60c51f4 (patch)
tree8ed91fccb19f3d06b5b58f6edab281f08eb458e4 /src
parent65681d08b4213110a879ce6d65f10de11fe4d3cc (diff)
downloadpostgresql-4bf87169cc1890442aa694f3057e0a0ad60c51f4.tar.gz
postgresql-4bf87169cc1890442aa694f3057e0a0ad60c51f4.zip
Comment typo fix.
Per Amit Langote.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/namespace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c
index 8b105fe62f6..446b2ac618a 100644
--- a/src/backend/catalog/namespace.c
+++ b/src/backend/catalog/namespace.c
@@ -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