Small comment fix in partition.c

Started by Masahiko Sawadaover 8 years ago3 messages
#1Masahiko Sawada
sawada.mshk@gmail.com
1 attachment(s)

Hi,

Attached patch for $subject.
A period is missing at the end of sentence.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachments:

small_fix_partition.patchapplication/octet-stream; name=small_fix_partition.patchDownload
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index f8c55b1..7da2058 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -2289,7 +2289,7 @@ partition_bound_cmp(PartitionKey key, PartitionBoundInfo boundinfo,
 
 /*
  * Binary search on a collection of partition bounds. Returns greatest
- * bound in array boundinfo->datums which is less than or equal to *probe
+ * bound in array boundinfo->datums which is less than or equal to *probe.
  * If all bounds in the array are greater than *probe, -1 is returned.
  *
  * *probe could either be a partition bound or a Datum array representing
#2Robert Haas
robertmhaas@gmail.com
In reply to: Masahiko Sawada (#1)
Re: Small comment fix in partition.c

On Wed, Jun 28, 2017 at 5:11 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:

Attached patch for $subject.
A period is missing at the end of sentence.

Seems reasonable. Committed.

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Masahiko Sawada
sawada.mshk@gmail.com
In reply to: Robert Haas (#2)
Re: Small comment fix in partition.c

On Fri, Jun 30, 2017 at 11:02 PM, Robert Haas <robertmhaas@gmail.com> wrote:

On Wed, Jun 28, 2017 at 5:11 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:

Attached patch for $subject.
A period is missing at the end of sentence.

Seems reasonable. Committed.

Thank you!

--
Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers