Typo in a comment in set_rel_size()

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in a comment in set_rel_size()
Date: 2015-04-07 02:33:15
Message-ID: 552341EB.2020205@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

Attached fixes what I suppose is a typo:

* so set up a single dummy path for it. Here we only check this for
* regular baserels; if it's an otherrel, CE was already checked in
- * set_append_rel_pathlist().
+ * set_append_rel_size().
*

Thanks,
Amit

Attachment Content-Type Size
set_rel_size-comment-typo.patch text/x-diff 709 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-04-07 02:59:34 Re: pg_rewind and log messages
Previous Message Michael Paquier 2015-04-07 02:31:48 Re: pg_rewind and log messages