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
d8986332
Commit
d8986332
authored
Aug 22, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that autovacuum_freeze_max_age is used for pg_clog recycling.
We already mentioned xid wraparound.
parent
95cacd13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+3
-2
No files found.
doc/src/sgml/config.sgml
View file @
d8986332
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30
5 2010/08/19 22:55:00 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.30
6 2010/08/22 02:37:32 momjian
Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -4150,7 +4150,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
...
@@ -4150,7 +4150,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<para>
<para>
Specifies the maximum age (in transactions) that a table's
Specifies the maximum age (in transactions) that a table's
<structname>pg_class</>.<structfield>relfrozenxid</> field can
<structname>pg_class</>.<structfield>relfrozenxid</> field can
attain before a <command>VACUUM</> operation is forced to prevent
attain before a <command>VACUUM</> operation is forced to allow removal
of old files from the <filename>pg_clog</> subdirectory and prevent
transaction ID wraparound within the table. Note that the system
transaction ID wraparound within the table. Note that the system
will launch autovacuum processes to prevent wraparound even when
will launch autovacuum processes to prevent wraparound even when
autovacuum is otherwise disabled.
autovacuum is otherwise disabled.
...
...
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