Minor fix in reloptions.c comments

From: "Jamison, Kirk" <k(dot)jamison(at)jp(dot)fujitsu(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Minor fix in reloptions.c comments
Date: 2019-04-12 02:41:37
Message-ID: D09B13F772D2274BB348A310EE3027C6493463@g01jpexmbkw24
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found some minor grammar mistake while reading reloptions.c code comments.
Attached is the fix.
I just changed "affect" to "effect", for both n_distinct and vacuum_truncate.
- * values has no affect until the ...
+ * values has no effect until the ...

Regards,
Kirk Jamison

Attachment Content-Type Size
reloptions-comment-fix.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-04-12 03:10:46 Re: REINDEX CONCURRENTLY 2.0
Previous Message Justin Pryzby 2019-04-12 02:24:28 Re: Should we add GUCs to allow partition pruning to be disabled?