Re: [HACKERS] Re: Cancel key now ready

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: eschmid(at)delos(dot)stuttgart(dot)netsurf(dot)de (Egon Schmid)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: Cancel key now ready
Date: 1998-06-08 21:55:22
Message-ID: 199806082155.RAA15232@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-06-08 22:12:55 Re: [HACKERS] Need some help on code
Previous Message Bruce Momjian 1998-06-08 21:50:59 Re: [HACKERS] Re: Cancel key now ready