Fix a typo in partition.c

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

Hi,

Attached patch for $subject.

s/opreator/operator/

Regards,

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

Attachments:

fix_typo_in_partition_c.patchapplication/octet-stream; name=fix_typo_in_partition_c.patchDownload
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index a7c9b9a..68fc12b 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -1200,7 +1200,7 @@ get_partition_operator(PartitionKey key, int col, StrategyNumber strategy,
 
 	/*
 	 * If one doesn't exist, we must resort to using an operator in the same
-	 * opreator family but with the operator class declared input type.  It is
+	 * operator family but with the operator class declared input type.  It is
 	 * OK to do so, because the column's type is known to be binary-coercible
 	 * with the operator class input type (otherwise, the operator class in
 	 * question would not have been accepted as the partitioning operator
#2Peter Eisentraut
peter.eisentraut@2ndquadrant.com
In reply to: Masahiko Sawada (#1)
Re: Fix a typo in partition.c

On 6/19/17 23:02, Masahiko Sawada wrote:

Hi,

Attached patch for $subject.

s/opreator/operator/

fixed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
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: Peter Eisentraut (#2)
1 attachment(s)
Re: Fix a typo in partition.c

On Wed, Jun 21, 2017 at 3:32 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

On 6/19/17 23:02, Masahiko Sawada wrote:

Hi,

Attached patch for $subject.

s/opreator/operator/

fixed

Thank you!
I found another one.

s/retrived/retrieved/

Regards,

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

Attachments:

fix_typo_in_partition_c_2.patchapplication/octet-stream; name=fix_typo_in_partition_c_2.patchDownload
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index a7c9b9a..075a6b8 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel)
 		/*
 		 * Now assign OIDs from the original array into mapped indexes of the
 		 * result array.  Order of OIDs in the former is defined by the
-		 * catalog scan that retrived them, whereas that in the latter is
+		 * catalog scan that retrieved them, whereas that in the latter is
 		 * defined by canonicalized representation of the list values or the
 		 * range bounds.
 		 */
#4Magnus Hagander
magnus@hagander.net
In reply to: Masahiko Sawada (#3)
Re: Fix a typo in partition.c

On Thu, Jun 22, 2017 at 4:16 AM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:

On Wed, Jun 21, 2017 at 3:32 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

On 6/19/17 23:02, Masahiko Sawada wrote:

Hi,

Attached patch for $subject.

s/opreator/operator/

fixed

Thank you!
I found another one.

s/retrived/retrieved/

Thanks, applied.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#5Masahiko Sawada
sawada.mshk@gmail.com
In reply to: Magnus Hagander (#4)
Re: Fix a typo in partition.c

On Thu, Jun 22, 2017 at 10:38 PM, Magnus Hagander <magnus@hagander.net> wrote:

On Thu, Jun 22, 2017 at 4:16 AM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:

On Wed, Jun 21, 2017 at 3:32 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

On 6/19/17 23:02, Masahiko Sawada wrote:

Hi,

Attached patch for $subject.

s/opreator/operator/

fixed

Thank you!
I found another one.

s/retrived/retrieved/

Thanks, applied.

Thanks too!

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