diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 03:01:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 03:01:38 +0000 |
| commit | 44f90212236bfb6fc1279e95dc8fa315104d964e (patch) | |
| tree | 2f63a7547c3d27de26003be69d60d48fb03d855f /src/bin/pg_resetxlog/pg_resetxlog.c | |
| parent | 6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a (diff) | |
| download | postgresql-44f90212236bfb6fc1279e95dc8fa315104d964e.tar.gz | |
Remove BEOS port.
Diffstat (limited to 'src/bin/pg_resetxlog/pg_resetxlog.c')
| -rw-r--r-- | src/bin/pg_resetxlog/pg_resetxlog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/pg_resetxlog/pg_resetxlog.c b/src/bin/pg_resetxlog/pg_resetxlog.c index d70b0bb95e..32092555a4 100644 --- a/src/bin/pg_resetxlog/pg_resetxlog.c +++ b/src/bin/pg_resetxlog/pg_resetxlog.c @@ -23,7 +23,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.38 2005/10/15 02:49:40 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.39 2006/01/05 03:01:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -220,7 +220,6 @@ main(int argc, char *argv[]) * the data directory. */ #ifndef WIN32 -#ifndef __BEOS__ /* no root check on BeOS */ if (geteuid() == 0) { fprintf(stderr, _("%s: cannot be executed by \"root\"\n"), @@ -230,7 +229,6 @@ main(int argc, char *argv[]) exit(1); } #endif -#endif DataDir = argv[optind]; |
