| From: | Egon Schmid <eschmid(at)delos(dot)stuttgart(dot)netsurf(dot)de> |
|---|---|
| To: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Re: Cancel key now ready |
| Date: | 1998-06-08 20:33:24 |
| Message-ID: | Pine.NEB.3.95.980608222146.6842E-100000@delos.stuttgart.netsurf.de |
| Views: | Whole Thread | Raw Message | 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
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-06-08 21:50:59 | Re: [HACKERS] Re: Cancel key now ready |
| Previous Message | Tom Lane | 1998-06-08 20:18:30 | Re: [HACKERS] Re: Cancel key now ready |