Thread: [HACKERS] comment fix in attoptcache.c

[HACKERS] comment fix in attoptcache.c

From
Amit Langote
Date:
Noticed a comment copy-pasted from spccache.c, which attached patch fixes
to match the file.

 /*
  * InitializeAttoptCache
- *      Initialize the tablespace cache.
+ *      Initialize the attribute options cache.
  */

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

Attachment

Re: [HACKERS] comment fix in attoptcache.c

From
Magnus Hagander
Date:


On Fri, Jun 2, 2017 at 11:14 AM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote:
Noticed a comment copy-pasted from spccache.c, which attached patch fixes
to match the file.

 /*
  * InitializeAttoptCache
- *      Initialize the tablespace cache.
+ *      Initialize the attribute options cache.
  */

Applied, thanks. 


--