|
23 | 23 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
24 | 24 | * Portions Copyright (c) 1994, Regents of the University of California
|
25 | 25 | *
|
26 |
| - * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.67 2008/09/2408:59:42 mha Exp $ |
| 26 | + * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.68 2008/09/2409:00:44 mha Exp $ |
27 | 27 | *
|
28 | 28 | *-------------------------------------------------------------------------
|
29 | 29 | */
|
@@ -442,7 +442,6 @@ GuessControlValues(void)
|
442 | 442 | {
|
443 | 443 | uint64sysidentifier;
|
444 | 444 | structtimevaltv;
|
445 |
| -char*localeptr; |
446 | 445 |
|
447 | 446 | /*
|
448 | 447 | * Set up a completely default set of pg_control values.
|
|