Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
50271fc9
Commit
50271fc9
authored
Nov 25, 2006
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misspellings of GB.
parent
818ac847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
doc/src/sgml/storage.sgml
doc/src/sgml/storage.sgml
+3
-3
No files found.
doc/src/sgml/release.sgml
View file @
50271fc9
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.48
6 2006/11/25 07:03:57 neilc
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.48
7 2006/11/25 22:55:59 petere
Exp $ -->
<!--
Typical markup:
...
...
@@ -12078,7 +12078,7 @@ On some platforms, building with -fstrict-aliasing causes bugs.
</para></listitem>
<listitem><para>Make pg_restore handle 64-bit off_t correctly</para>
<para>
This bug prevented proper restoration from archive files exceeding 4
Gb
.
This bug prevented proper restoration from archive files exceeding 4
GB
.
</para></listitem>
<listitem><para>Make contrib/dblink not assume that local and remote type OIDs
match (Joe)</para></listitem>
...
...
doc/src/sgml/storage.sgml
View file @
50271fc9
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.1
2 2006/11/25 22:44:48
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.1
3 2006/11/25 22:55:59
petere Exp $ -->
<chapter id="storage">
...
...
@@ -138,7 +138,7 @@ Avoid assuming that filenode and table OID are the same.
</caution>
<para>
When a table or index exceeds 1
Gb
, it is divided into gigabyte-sized
When a table or index exceeds 1
GB
, it is divided into gigabyte-sized
<firstterm>segments</>. The first segment's file name is the same as the
filenode; subsequent segments are named filenode.1, filenode.2, etc.
This arrangement avoids problems on platforms that have file size limitations.
...
...
@@ -212,7 +212,7 @@ value, but in some cases more efficient approaches are possible.)
<para>
<acronym>TOAST</> usurps the high-order two bits of the varlena length word,
thereby limiting the logical size of any value of a <acronym>TOAST</>-able
data type to 1
Gb
(2<superscript>30</> - 1 bytes). When both bits are zero,
data type to 1
GB
(2<superscript>30</> - 1 bytes). When both bits are zero,
the value is an ordinary un-<acronym>TOAST</>ed value of the data type. One
of these bits, if set, indicates that the value has been compressed and must
be decompressed before use. The other bit, if set, indicates that the value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment