typo 'anyways'

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: pgsql-docs(at)postgresql(dot)org
Subject: typo 'anyways'
Date: 2010-04-06 00:56:18
Message-ID: 7a45e4e9be036bf5fa0452304765f12d.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

'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 @@

<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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2010-04-08 17:22:11 Re: PDF build issue with 9.0 Alpha5
Previous Message Erik Rijkers 2010-04-06 00:43:32 Re: code example wrapping