Re: [HACKERS] A minor comment typo in parse_utilcmd.c

2015-02-02 Thread Heikki Linnakangas
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

Re: [HACKERS] A minor comment typo in parse_utilcmd.c

2015-02-02 Thread Amit Langote
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

[HACKERS] A minor comment typo in parse_utilcmd.c

2015-02-01 Thread Amit Langote
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 diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 3ccdbb7..7540043