On Tue, Dec 3, 2013 at 11:30:15AM -0500, Tom Lane wrote: > Bruce Momjian <[email protected]> writes: > > libpq: change PQconndefaults() to ignore invalid service files > > Previously missing or invalid service files returned NULL. Also fix > > pg_upgrade to report "out of memory" for a null return from > > PQconndefaults(). > > Why does this patch remove the errorMessage argument from > pg_fe_getauthname? I gauge the amount of thought that went into > that choice by the fact that the comment wasn't updated.
Oh, the argument was not used, so I remove it. C comment updated. Thanks. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
