Minor comment update in execPartition.c

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor comment update in execPartition.c
Date: 2018-04-24 11:14:03
Message-ID: 5ADF117B.5030606@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is a comment for ExecInitPartitionInfo:

296 * ExecInitPartitionInfo
297 * Initialize ResultRelInfo and other information for a
partition if not
298 * already done

I think we should remove the words "if not already done" from that
comment because 1) that function is called if the partition wasn't
already initialized and 2) that function assumes that. Attached is a
small patch for removing the words.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
ExecInitPartitionInfo-comment.patch text/x-diff 528 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2018-04-24 11:19:45 Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
Previous Message Pavel Raiskup 2018-04-24 11:13:17 obsoleting plpython2u and defaulting plpythonu to plpython3u