Thread: pgsql: Further review of range-types patch.
Further review of range-types patch. Lots of documentation cleanup today, and still more type_sanity tests. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/a1a233af66ed14d225ac2d5e7948a5cc8ed2cde6 Modified Files -------------- doc/src/sgml/catalogs.sgml | 33 ++- doc/src/sgml/extend.sgml | 23 +- doc/src/sgml/func.sgml | 18 ++- doc/src/sgml/rangetypes.sgml | 417 +++++++++++++++++----------- doc/src/sgml/ref/create_type.sgml | 165 ++++++++---- doc/src/sgml/rowtypes.sgml | 2 +- src/bin/pg_dump/pg_dump.c | 10 +- src/bin/pg_dump/pg_dump_sort.c | 7 +- src/include/catalog/pg_range.h | 2 +- src/include/catalog/pg_type.h | 5 +- src/test/regress/expected/type_sanity.out | 79 +++++- src/test/regress/sql/type_sanity.sql | 47 +++- 12 files changed, 557 insertions(+), 251 deletions(-)