diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-04-14 02:36:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-04-14 02:36:04 +0000 |
commit | 0993d2943e01084e692d55c7ae918d05de46d9da (patch) | |
tree | 81e84fe503c34b2de2205c3d7ac252f7ddb79537 /doc/src | |
parent | 361bd1662eb1edbc24a9e26dd413e5f38c68fcdf (diff) | |
download | postgresql-0993d2943e01084e692d55c7ae918d05de46d9da.tar.gz postgresql-0993d2943e01084e692d55c7ae918d05de46d9da.zip |
Doc change: anyways -> anyway; Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/xtypes.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xtypes.sgml b/doc/src/sgml/xtypes.sgml index af4c57e6aff..96e030ce7c6 100644 --- a/doc/src/sgml/xtypes.sgml +++ b/doc/src/sgml/xtypes.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xtypes.sgml,v 1.32 2010/04/03 07:22:56 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xtypes.sgml,v 1.33 2010/04/14 02:36:04 momjian Exp $ --> <sect1 id="xtypes"> <title>User-Defined Types</title> @@ -265,7 +265,7 @@ CREATE TYPE complex ( <para> If the alignment is unimportant (either just for a specific function or - because the data type specifies byte alignment anyways) then it's possible + because the data type specifies byte alignment anyway) then it's possible to avoid some of the overhead of <function>PG_DETOAST_DATUM</>. You can use <function>PG_DETOAST_DATUM_PACKED</> instead (customarily hidden by defining a <function>GETARG_DATATYPE_PP</> macro) and using the macros |