We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607b716 commit 660ad48Copy full SHA for 660ad48
src/bin/pg_resetxlog/pg_resetxlog.c
@@ -23,7 +23,7 @@
23
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
24
* Portions Copyright (c) 1994, Regents of the University of California
25
*
26
- * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.67 2008/09/24 08:59:42 mha Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.68 2008/09/24 09:00:44 mha Exp $
27
28
*-------------------------------------------------------------------------
29
*/
@@ -442,7 +442,6 @@ GuessControlValues(void)
442
{
443
uint64 sysidentifier;
444
struct timeval tv;
445
- char *localeptr;
446
447
/*
448
* Set up a completely default set of pg_control values.
0 commit comments