Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 660ad48

Browse files
committed
Silence compiler warning caused by recent collation patch.
1 parent 607b716 commit 660ad48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
2424
* Portions Copyright (c) 1994, Regents of the University of California
2525
*
26-
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.67 2008/09/24 08:59:42 mha Exp $
26+
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.68 2008/09/24 09:00:44 mha Exp $
2727
*
2828
*-------------------------------------------------------------------------
2929
*/
@@ -442,7 +442,6 @@ GuessControlValues(void)
442442
{
443443
uint64 sysidentifier;
444444
struct timeval tv;
445-
char *localeptr;
446445

447446
/*
448447
* Set up a completely default set of pg_control values.

0 commit comments

Comments
 (0)