Re: [HACKERS] Re: Cancel key now ready

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: Cancel key now ready
Дата
Msg-id 199806082155.RAA15232@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Cancel key now ready  (Egon Schmid <eschmid@delos.stuttgart.netsurf.de>)
Список 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

OK, I can recreate it here now.  Fixing now.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

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