]> granicus.if.org Git - postgresql/commit
Fix misc typos, mostly in comments.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 9 Jul 2018 13:10:44 +0000 (16:10 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 18 Jul 2018 13:18:27 +0000 (16:18 +0300)
commited529faf7ec1e1a879c6f3b9eecd426c813749e6
treec3f8d6dc9327e93a2d209171ad9854b731c31d25
parent4beb25c63221393f8a7ec790ebce1d6b5911289a
Fix misc typos, mostly in comments.

A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.

Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
18 files changed:
contrib/bloom/blscan.c
doc/src/sgml/protocol.sgml
doc/src/sgml/spi.sgml
src/backend/access/transam/multixact.c
src/backend/commands/cluster.c
src/backend/executor/nodeModifyTable.c
src/backend/replication/logical/origin.c
src/backend/utils/time/snapmgr.c
src/bin/initdb/t/001_initdb.pl
src/bin/pg_upgrade/tablespace.c
src/include/nodes/parsenodes.h
src/include/storage/latch.h
src/interfaces/ecpg/ecpglib/execute.c
src/pl/tcl/pltcl.c
src/test/regress/expected/rowsecurity.out
src/test/regress/expected/rules.out
src/test/regress/sql/rowsecurity.sql
src/test/regress/sql/rules.sql