Does "postmaster -i"... - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Does "postmaster -i"...
Date
Msg-id 3BCFC5FF.8735BC55@fourpalms.org
Whole thread Raw
Responses Re: Does "postmaster -i"...
Re: Does "postmaster -i"...
List pgsql-hackers
... work for you with code built from the cvs tip? I did an update and
build tonight and see

myst$ postmaster -i
postgres: invalid option -- r
Usage: postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname -d               debug mode -D datadir
datadirectory -F               turn off fsync -o file          send debug output to file -x num           internal use
 
DEBUG:  startup process 6818 exited with status 1; aborting startup

whereas omitting the "-i" seems to work better:

myst$ postmaster
DEBUG:  database system was shut down at 2001-10-19 06:13:38 UTC
DEBUG:  checkpoint record is at 0/112F54
DEBUG:  redo record is at 0/112F54; undo record is at 0/0; shutdown TRUE
DEBUG:  next transaction id: 89; next oid: 16556
DEBUG:  database system is ready


I didn't see this symptom this morning afaict. Any ideas??
                      - Thomas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: date/time improvements for 7.2
Next
From: Bill Studenmund
Date:
Subject: Re: Package support for Postgres