Code review for XML patch. Instill a bit of sanity in the location of
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Dec 2006 00:29:20 +0000 (00:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Dec 2006 00:29:20 +0000 (00:29 +0000)
commitedb55e64a93c42ebc83ec5efa1587b66f50331ed
tree5db05832375c9dd71b76a637e1f823adabd3e848
parent5623d8cf73f89537b371a5efe4e16241ade1fd0f
Code review for XML patch.  Instill a bit of sanity in the location of
the XmlExpr code in various lists, use a representation that has some hope
of reverse-listing correctly (though it's still a de-escaping function
shy of correctness), generally try to make it look more like Postgres
coding conventions.
27 files changed:
doc/src/sgml/errcodes.sgml
doc/src/sgml/installation.sgml
src/backend/executor/execQual.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/outfuncs.c
src/backend/nodes/readfuncs.c
src/backend/optimizer/util/clauses.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_target.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/adt/xml.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/nodes/execnodes.h
src/include/nodes/nodes.h
src/include/nodes/primnodes.h
src/include/parser/parse_coerce.h
src/include/utils/xml.h
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plerrcodes.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql