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

From Egon Schmid
Subject Re: [HACKERS] Re: Cancel key now ready
Date
Msg-id Pine.NEB.3.95.980608222146.6842E-100000@delos.stuttgart.netsurf.de
Whole thread Raw
In response to Re: [HACKERS] Re: Cancel key now ready  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses 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>)
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

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 by date:

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