Re: [HACKERS] PGPASSWORD and client tools - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] PGPASSWORD and client tools
Date
Msg-id 17655.1118375722@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] PGPASSWORD and client tools  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] PGPASSWORD and client tools  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>       char        pgpassfile[MAXPGPATH];

> !         if (!pgpassfile)
> !         {
> !             fprintf(stderr, libpq_gettext("out of memory\n"));
> !             return NULL;
> !         }

Waste of code, eh?

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: final light versions of Oracle compatibility (SQLSTATE, GREATEST,
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PGPASSWORD and client tools