Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 26943632CA6 for ; Mon, 5 Apr 2010 21:56:31 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 00780-01 for ; Tue, 6 Apr 2010 00:56:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mail.postgresql.org (Postfix) with ESMTP id 4F3FD632815 for ; Mon, 5 Apr 2010 21:56:20 -0300 (ADT) Received: from webmail.xs4all.nl (dovemail14.xs4all.nl [194.109.26.16]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id o360uHCQ026823 for ; Tue, 6 Apr 2010 02:56:18 +0200 (CEST) (envelope-from er@xs4all.nl) Received: from 156.83.0.57 (SquirrelMail authenticated user er) by webmail.xs4all.nl with HTTP; Tue, 6 Apr 2010 02:56:18 +0200 Message-ID: <7a45e4e9be036bf5fa0452304765f12d.squirrel@webmail.xs4all.nl> Date: Tue, 6 Apr 2010 02:56:18 +0200 Subject: typo 'anyways' From: "Erik Rijkers" To: pgsql-docs@postgresql.org User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.533 tagged_above=-10 required=5 tests=AWL=-0.534, BAYES_50=0.001 X-Spam-Level: X-Archive-Number: 201004/42 X-Sequence-Number: 5441 'anyways' is not correct english, I think... --- doc/src/sgml/xtypes.sgml.orig 2010-04-06 02:48:33.000000000 +0200 +++ doc/src/sgml/xtypes.sgml 2010-04-06 02:49:22.000000000 +0200 @@ -265,7 +265,7 @@ 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 PG_DETOAST_DATUM. You can use PG_DETOAST_DATUM_PACKED instead (customarily hidden by defining a GETARG_DATATYPE_PP macro) and using the macros