pgsql: pgstattuple: Fix typo partitiond -> partitioned

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgstattuple: Fix typo partitiond -> partitioned
Date: 2017-03-10 01:06:53
Message-ID: E1cm91B-0007ER-Is@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgstattuple: Fix typo partitiond -> partitioned

Pointed out by Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/90e91e242fe99582b6d2dc18177e79d99c91695d

Modified Files
--------------
contrib/pgstattuple/expected/pgstattuple.out | 2 +-
contrib/pgstattuple/sql/pgstattuple.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-10 01:46:15 pgsql: Fix hard-coded relkind constants in psql/describe.c.
Previous Message Tom Lane 2017-03-10 01:01:08 Re: Re: [COMMITTERS] pgsql: Throw an error if a DATA() line contains wrong # of attributes.