From: Tom Lane Date: Wed, 6 Jan 2016 16:06:42 +0000 (-0500) Subject: Comment typo fix. X-Git-Tag: jit-before-rebase-2017-11-03~4201 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=4bf87169cc1890442aa694f3057e0a0ad60c51f4;p=users%2Fandresfreund%2Fpostgres.git Comment typo fix. Per Amit Langote. --- diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c index 8b105fe62f..446b2ac618 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