|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.435 2008/03/1003:22:29 tgl Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.436 2008/03/1012:39:23 tgl Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -1849,7 +1849,7 @@ static struct config_real ConfigureNamesReal[] =
|
1849 | 1849 | GUC_NO_SHOW_ALL |GUC_NO_RESET_ALL |GUC_NOT_IN_SAMPLE |GUC_DISALLOW_IN_FILE
|
1850 | 1850 | },
|
1851 | 1851 | &phony_random_seed,
|
1852 |
| -0.5,0.0,1.0,assign_random_seed,show_random_seed |
| 1852 | +0.0,-1.0,1.0,assign_random_seed,show_random_seed |
1853 | 1853 | },
|
1854 | 1854 |
|
1855 | 1855 | {
|
|