Commit 90c3ebe4 authored by Tom Lane's avatar Tom Lane

Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.

parent 77ab4761
/* -------------------------------------------------------------------------
* pg_dumplo
*
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.20 2004/10/25 02:15:00 tgl Exp $
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.21 2004/11/27 18:51:04 tgl Exp $
*
* Karel Zak 1999-2000
* -------------------------------------------------------------------------
......@@ -23,7 +23,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -39,7 +39,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD.
*
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.67 2004/11/14 23:36:53 tgl Exp $
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.68 2004/11/27 18:51:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -60,7 +60,7 @@
#include "mb/pg_wchar.h"
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.47 2004/11/17 17:46:12 tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.48 2004/11/27 18:51:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -28,7 +28,7 @@
#undef WIN32
#endif
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -12,7 +12,7 @@
* by PostgreSQL
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.392 2004/11/06 19:36:02 tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.393 2004/11/27 18:51:06 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -40,7 +40,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.54 2004/10/16 03:10:15 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.55 2004/11/27 18:51:06 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -25,7 +25,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.66 2004/11/11 17:06:46 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.67 2004/11/27 18:51:06 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -57,7 +57,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.105 2004/11/01 19:21:50 momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.106 2004/11/27 18:51:07 tgl Exp $
*/
#include "postgres_fe.h"
......@@ -18,7 +18,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
......@@ -4,7 +4,7 @@
#include "pqexpbuffer.h"
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_INT_OPTRESET
int optreset;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment