projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4b962
)
easier-to-test limits
author
Andres Freund
<andres@anarazel.de>
Mon, 15 Jun 2015 17:12:52 +0000
(19:12 +0200)
committer
Andres Freund
<andres@anarazel.de>
Mon, 15 Jun 2015 17:12:52 +0000
(19:12 +0200)
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 b3c9f14ea4dfbcd6d65cd5d1ad64d1aee700f0f8..82479b54598c60b154da457bfeb91e1271d32424 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-2526,7
+2526,7
@@
static struct config_int ConfigureNamesInt[] =
NULL
},
&autovacuum_multixact_freeze_max_age,
- 400000000, 10000
000
, 2000000000,
+ 400000000, 10000, 2000000000,
NULL, NULL, NULL
},
{