8000 Doc change: anyways -> anyway; Erik Rijkers · postgrespro/postgres_cluster@0993d29 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 0993d29

Browse files
committed
Doc change: anyways -> anyway; Erik Rijkers
1 parent 361bd16 commit 0993d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xtypes.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<sect1 id="xtypes">
44
<title>User-Defined Types</title>
@@ -265,7 +265,7 @@ CREATE TYPE complex (
265265

266266
<para>
267267
If the alignment is unimportant (either just for a specific function or
268-
because the data type specifies byte alignment anyways) then it's possible
268+
because the data type specifies byte alignment anyway) then it's possible
269269
to avoid some of the overhead of <function>PG_DETOAST_DATUM</>. You can use
270270
<function>PG_DETOAST_DATUM_PACKED</> instead (customarily hidden by
271271
defining a <function>GETARG_DATATYPE_PP</> macro) and using the macros

0 commit comments

Comments
 (0)
0