Re: [HACKERS] comment fix in attoptcache.c

2017-06-02 Thread Magnus Hagander
On Fri, Jun 2, 2017 at 11:14 AM, Amit Langote  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.


-- 
 Magnus Hagander
 Me: https://www.hagander.net/ 
 Work: https://www.redpill-linpro.com/ 


[HACKERS] comment fix in attoptcache.c

2017-06-02 Thread Amit Langote
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
diff --git a/src/backend/utils/cache/attoptcache.c 
b/src/backend/utils/cache/attoptcache.c
index f7f85b53db..4b30e6bc62 100644
--- a/src/backend/utils/cache/attoptcache.c
+++ b/src/backend/utils/cache/attoptcache.c
@@ -71,7 +71,7 @@ InvalidateAttoptCacheCallback(Datum arg, int cacheid, uint32 
hashvalue)
 
 /*
  * InitializeAttoptCache
- * Initialize the tablespace cache.
+ * Initialize the attribute options cache.
  */
 static void
 InitializeAttoptCache(void)

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers