Re: [HACKERS] Re: Cancel key now ready

Поиск
Список
Период
Сортировка
От Egon Schmid
Тема Re: [HACKERS] Re: Cancel key now ready
Дата
Msg-id Pine.NEB.3.95.980608222146.6842E-100000@delos.stuttgart.netsurf.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Cancel key now ready  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Re: Cancel key now ready  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Re: Cancel key now ready  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
No, postmaster jumps from main/main.c

    if (len >= 10 && !strcmp(argv[0] + len - 10, "postmaster"))
        exit(PostmasterMain(argc, argv));

to postmaster/postmaster.c

  int
  PostmasterMain(int argc, char *argv[])
  { ..
    if (argc < 4)
    .. /* How did we get here, error! */
       fprintf(stderr, "PostmasterMain execv failed on %s\n", argv[0]);

I tried this today and after the fix the message is the same. Will start a
next time tomorrow.

-Egon

On Mon, 8 Jun 1998, Bruce Momjian wrote:

> >
> > Sadly to say the same.
> >
> > -Egon
> >
> > On Mon, 8 Jun 1998, Bruce Momjian wrote:
> >
> > > > marliesle$ postmaster -i &
> > > > [1] 22619
> > > > marliesle$ No such file or directory
>                 ^^^^^^^^^^^^^^
>
> There should be some more information in the error message at this
> point.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Cancel key now ready
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: Cancel key now ready