projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181fbbc
)
Spelling fix
author
Peter Eisentraut
<
[email protected]
>
Wed, 29 Nov 2006 14:50:07 +0000
(14:50 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 29 Nov 2006 14:50:07 +0000
(14:50 +0000)
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 21fb16852fda2ceff3e5b06713643e7f2da446f7..1fb4ebec7d4c6f078b2a41d00e2476dabd4cbcb1 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-1588,7
+1588,7
@@
static struct config_int ConfigureNamesInt[] =
{
/* see varsup.c for why this is PGC_POSTMASTER not PGC_SIGHUP */
{"autovacuum_freeze_max_age", PGC_POSTMASTER, AUTOVACUUM,
- gettext_noop("Age at which to autovacuum a table to prevent transacion ID wraparound."),
+ gettext_noop("Age at which to autovacuum a table to prevent transac
t
ion ID wraparound."),
NULL
},
&autovacuum_freeze_max_age,