Re: Typo in a comment in set_rel_size()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in a comment in set_rel_size()
Date: 2015-04-24 19:20:13
Message-ID: 9139.1429903213@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> writes:
> 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().
> *

It's not a typo; the comment was correct when written. But I evidently
missed updating it when set_append_rel_pathlist() got split into two
functions. Applied, thanks for noticing!

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-04-24 19:34:40 Re: Ignoring some binaries generated in src/test
Previous Message Jim Nasby 2015-04-24 19:11:30 Re: adding more information about process(es) cpu and memory usage