What is this trying to tell us?

        if (ret == -1)
                fprintf(stderr,
                                _("The program \"postgres\" is needed by %s "
                           "but was not found in the same directory as \"%s\".\n"
                                  "Check your installation.\n"),
                                progname, progname);
        else
                fprintf(stderr,
                                _("The program \"postgres\" was found by %s "
                                  "but was not the same version as \"%s\".\n"
                                  "Check your installation.\n"),
                                progname, progname);

Shouldn't the second progname be argv[0] or something else that contains 
the full path?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to