pgsql: postgres -boot would print the wrong program name in event of a

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres -boot would print the wrong program name in event of a
Date: 2005-01-14 21:08:45
Message-ID: 20050114210845.45F073A1CE2@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
postgres -boot would print the wrong program name in event of a
failure in SelectConfigFiles(). Cosmetic issue, but ...

Modified Files:
--------------
pgsql/src/backend/bootstrap:
bootstrap.c (r1.197 -> r1.198)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/bootstrap/bootstrap.c.diff?r1=1.197&r2=1.198)

Browse pgsql-committers by date

  From Date Subject
Next Message Kris Jurka 2005-01-14 21:46:10 pgsql: Add index entries for function volatilities.
Previous Message Tom Lane 2005-01-14 17:53:34 pgsql: Update obsolete comment, per Alvaro.