Minor comment update in execPartition.c
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-04-24T11:14:03Z
Lists: pgsql-hackers
Attachments
- ExecInitPartitionInfo-comment.patch (text/x-diff) patch
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
Commits
-
Update ExecInitPartitionInfo comment
- bd4aad32395c 11.0 landed