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.