]> 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:32 +0000 (16:17 +0300)
commit6b387179baab8d0e5da6570678eefbe61f3acc79
tree1b9f79c66f804c5d9a6aa0d3c142feefcec95cf3
parent94019c879a138454af723fa8bfc346d4a44ecd47
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