From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Does "postmaster -i"... |
Date: | 2001-10-19 06:19:43 |
Message-ID: | 3BCFC5FF.8735BC55@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 data directory
-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
From | Date | Subject | |
---|---|---|---|
Next Message | Christof Petig | 2001-10-19 07:37:59 | Re: ecpg - GRANT bug |
Previous Message | Tom Lane | 2001-10-19 05:20:03 | Re: date/time improvements for 7.2 |