Typo in comment

Started by Etsuro Fujitaabout 8 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Hi,

Here is a patch for fixing a comment typo: s/datum1/datums1/.

Best regards,
Etsuro Fujita

Attachments:

comment-typo.patchtext/plain; charset=Shift_JIS; name=comment-typo.patchDownload
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index 07fdf66..fa69995 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -2601,7 +2601,7 @@ qsort_partition_rbound_cmp(const void *a, const void *b, void *arg)
 /*
  * partition_rbound_cmp
  *
- * Return for two range bounds whether the 1st one (specified in datum1,
+ * Return for two range bounds whether the 1st one (specified in datums1,
  * kind1, and lower1) is <, =, or > the bound specified in *b2.
  *
  * Note that if the values of the two range bounds compare equal, then we take
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Typo in comment

On Thu, Nov 16, 2017 at 6:53 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Here is a patch for fixing a comment typo: s/datum1/datums1/.

Thanks, committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Robert Haas (#2)
Re: Typo in comment

(2017/11/17 4:18), Robert Haas wrote:

On Thu, Nov 16, 2017 at 6:53 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Here is a patch for fixing a comment typo: s/datum1/datums1/.

Thanks, committed.

Thank you.

Best regards,
Etsuro Fujita