PATH and POLYGON datatypes are now TOASTable. Associated functions
Tom Lane <tgl@sss.pgh.pa.us>
PATH and POLYGON datatypes are now TOASTable. Associated functions updated to new fmgr style. Deleted hoary old functions for compatibility with pre-6.1 representations of these datatypes.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +1 −14 |
| doc/src/sgml/func.sgml | modified | +0 −42 |
| src/backend/access/rtree/rtproc.c | modified | +24 −16 |
| src/backend/utils/adt/geo_ops.c | modified | +339 −564 |
| src/backend/utils/adt/geo_selfuncs.c | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +59 −69 |
| src/include/catalog/pg_type.h | modified | +3 −3 |
| src/include/utils/builtins.h | modified | +1 −14 |
| src/include/utils/geo_decls.h | modified | +73 −70 |
| src/test/regress/regress.c | modified | +3 −2 |