Re: Typos in comments in partition.c
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-05-02T18:51:35Z
Lists: pgsql-hackers
On Tue, May 2, 2017 at 5:58 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> wrote: > I ran into typos in comments in RelationGetPartitionDispatchInfo() in > partition.c. Here is a small patch for: s/all the leaf partition/all the > leaf partitions/ and s/we we/we/. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix typos in comments.
- 0d1e1f0ea45c 10.0 landed