OSDN Git Service

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)
commitc957c0bac7f9785ae2a7520a9f693eeda0ff545b
tree36d172e97e59d00d39fe1b76401b84f9a93b4e1b
parent64974613c98e9928af7bbccaeb718012b1dc6769
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