Re: [HACKERS] Re: Cancel key now ready - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: Cancel key now ready
Date
Msg-id 199806082155.RAA15232@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: Cancel key now ready  (Egon Schmid <eschmid@delos.stuttgart.netsurf.de>)
List 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 by date:

Previous
From: Egon Schmid
Date:
Subject: Re: [HACKERS] Re: Cancel key now ready
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: Cancel key now ready