comment fix in attoptcache.c

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: comment fix in attoptcache.c
Date: 2017-06-02 09:14:46
Message-ID: 7c2430dd-5a10-a317-69f0-e631031dfff6@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
attoptcache-comment-fix.patch text/plain 467 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2017-06-02 09:18:58 Re: comment fix in attoptcache.c
Previous Message Etsuro Fujita 2017-06-02 09:10:27 Re: Bug in ExecModifyTable function and trigger issues for foreign tables