]> 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:17:42 +0000 (16:17 +0300)
commit65976cd86a9bdeec5a5277545e5efa33724102c8
tree8072433fd4872c4cf724fb45e2e8a0e5ac48fae3
parent07f303ab6076c10e36ebcf46155e6ca66fcfe56e
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.
25 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/commands/explain.c
src/backend/executor/nodeModifyTable.c
src/backend/optimizer/plan/planner.c
src/backend/parser/parse_func.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/execnodes.h
src/include/nodes/parsenodes.h
src/include/port/pg_bswap.h
src/include/storage/latch.h
src/include/utils/rel.h
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/preproc/parse.pl
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