diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-27 18:51:08 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-27 18:51:08 +0000 |
| commit | 90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb (patch) | |
| tree | aac4ce4f13e537e793e3393a1548b02b070793c5 /src/bin/pg_ctl/pg_ctl.c | |
| parent | 77ab4761ad0ea5a0e1e98414e6697585f9efc439 (diff) | |
| download | postgresql-90c3ebe4d7cf0bb88193a3d4bfca4b036ef791bb.tar.gz | |
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
Diffstat (limited to 'src/bin/pg_ctl/pg_ctl.c')
| -rw-r--r-- | src/bin/pg_ctl/pg_ctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 426c705eb6..7a9e29874a 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -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 |
