]> git.ipfire.org Git - thirdparty/postgresql.git/commit
This patch makes the error message strings throughout the backend
authorNeil Conway <neilc@samurai.com>
Wed, 1 Mar 2006 06:30:32 +0000 (06:30 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 1 Mar 2006 06:30:32 +0000 (06:30 +0000)
commit8e5a10d46c38976e40504456a5978caa53b77b3c
treeb94a9b7673f6c919ebacc3546f72032b8eb05657
parent87fa10a42613ee1ca9cc4bb22eb163f8e179b3f8
This patch makes the error message strings throughout the backend
more compliant with the error message style guide. In particular,
errdetail should begin with a capital letter and end with a period,
whereas errmsg should not. I also fixed a few related issues in
passing, such as fixing the repeated misspelling of "lexeme" in
contrib/tsearch2 (per Tom's suggestion).
30 files changed:
contrib/cube/cubeparse.y
contrib/intarray/_int_gist.c
contrib/isbn_issn/isbn_issn.c
contrib/ltree/lquery_op.c
contrib/ltree/ltree.h
contrib/ltree/ltree_io.c
contrib/ltree/ltxtquery_io.c
contrib/ltree/ltxtquery_op.c
contrib/pg_trgm/trgm_gist.c
contrib/pg_trgm/trgm_op.c
contrib/tablefunc/tablefunc.c
contrib/tsearch2/docs/tsearch-V2-intro.html
contrib/tsearch2/docs/tsearch2-guide.html
contrib/tsearch2/ispell/spell.c
contrib/tsearch2/prs_dcfg.c
contrib/tsearch2/query.c
contrib/tsearch2/query_cleanup.c
contrib/tsearch2/query_gist.c
contrib/tsearch2/query_rewrite.c
contrib/tsearch2/ts_cfg.c
contrib/tsearch2/ts_stat.c
contrib/tsearch2/tsvector.c
contrib/tsearch2/wparser.c
contrib/xml2/xpath.c
contrib/xml2/xslt_proc.c
doc/src/sgml/plperl.sgml
src/backend/access/transam/slru.c
src/backend/port/sysv_shmem.c
src/pl/plpython/plpython.c
src/tutorial/beard.c