A minor comment typo in parse_utilcmd.c
Started by Amit Langotealmost 11 years ago3 messages
Hi,
Attached does the following:
-* stmt->relation->relpersistence if the select namespace is temporary.
+* stmt->relation->relpersistence if the selected namespace is temporary.
Thanks,
Amit
Attachments:
typo-in-parse_utilcmd-dot-c.patchtext/x-diff; name=typo-in-parse_utilcmd-dot-c.patchDownload
diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c
index 3ccdbb7..7540043 100644
--- a/src/backend/parser/parse_utilcmd.c
+++ b/src/backend/parser/parse_utilcmd.c
@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
* Look up the creation namespace. This also checks permissions on the
* target namespace, locks it against concurrent drops, checks for a
* preexisting relation in that namespace with the same name, and updates
- * stmt->relation->relpersistence if the select namespace is temporary.
+ * stmt->relation->relpersistence if the selected namespace is temporary.
*/
namespaceid =
RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock,
Re: A minor comment typo in parse_utilcmd.c
On 03-02-2015 PM 04:49, Heikki Linnakangas wrote:
Fixed, thanks.
Thanks!
Amit
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Import Notes
Reply to msg id not found: 54D07D9C.5020402@vmware.com
Re: A minor comment typo in parse_utilcmd.c
On 02/02/2015 06:03 AM, Amit Langote wrote:
Attached does the following:
-* stmt->relation->relpersistence if the select namespace is temporary. +* stmt->relation->relpersistence if the selected namespace is temporary.
Fixed, thanks.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers