pgsql: Fix typo: colums -> columns.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo: colums -> columns.
Date: 2018-01-31 21:46:01
Message-ID: E1eh0Cf-0005n8-4M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo: colums -> columns.

Along the way, also fix code indentation.

Alexander Lakhin, reviewed by Michael Paquier

Discussion: http://postgr.es/m/45c44aa7-7cfa-7f3b-83fd-d8300677fdda@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/22757960bb3b2a6fa331bad132998c53b3e744a9

Modified Files
--------------
src/backend/parser/parse_utilcmd.c | 4 ++--
src/test/regress/expected/identity.out | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-31 21:54:46 pgsql: doc: in contrib-spi, mention and link to the meaning of SPI
Previous Message Bruce Momjian 2018-01-31 21:43:44 pgsql: doc: Improve pg_upgrade rsync examples to use clusterdir