Does "postmaster -i"...

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Does "postmaster -i"...
Дата
Msg-id 3BCFC5FF.8735BC55@fourpalms.org
обсуждение исходный текст
Ответы Re: Does "postmaster -i"...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Does "postmaster -i"...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: date/time improvements for 7.2
Следующее
От: Bill Studenmund
Дата:
Сообщение: Re: Package support for Postgres