]> 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:54:54 +0000 (16:54 +0300)
commita9793e07351eb47c926a9e885956bf2d10da66dd
tree14f54a2fabe198e046b267736f28aa88d9bb6a70
parentac6b69c1959fee3d6c987229edad62185db70c8c
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.
12 files changed:
src/backend/access/transam/multixact.c
src/backend/commands/cluster.c
src/backend/executor/nodeModifyTable.c
src/backend/replication/logical/origin.c
src/bin/initdb/t/001_initdb.pl
src/bin/pg_upgrade/tablespace.c
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