Re: [HACKERS] comment fix in attoptcache.c - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: [HACKERS] comment fix in attoptcache.c
Date
Msg-id CABUevEzq+cT34MF2DO7uYzuCksdW82qbsNd0vQVX0QN3J_w-dQ@mail.gmail.com
Whole thread Raw
In response to [HACKERS] comment fix in attoptcache.c  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers


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. 


--

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: [HACKERS] comment fix in attoptcache.c
Next
From: Alexander Kukushkin
Date:
Subject: [HACKERS] Why restore_command is called for existing files in pg_xlog?