|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/xtypes.sgml,v 1.32 2010/04/03 07:22:56 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/xtypes.sgml,v 1.33 2010/04/14 02:36:04 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="xtypes"> |
4 | 4 | <title>User-Defined Types</title> |
@@ -265,7 +265,7 @@ CREATE TYPE complex ( |
265 | 265 |
|
266 | 266 | <para> |
267 | 267 | If the alignment is unimportant (either just for a specific function or |
268 | | - because the data type specifies byte alignmentanyways) then it's possible |
| 268 | + because the data type specifies byte alignmentanyway) then it's possible |
269 | 269 | to avoid some of the overhead of <function>PG_DETOAST_DATUM</>. You can use |
270 | 270 | <function>PG_DETOAST_DATUM_PACKED</> instead (customarily hidden by |
271 | 271 | defining a <function>GETARG_DATATYPE_PP</> macro) and using the macros |
|