Re: [HACKERS] PGPASSWORD and client tools

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] PGPASSWORD and client tools
Date: 2005-06-10 03:55:22
Message-ID: 17655.1118375722@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> char pgpassfile[MAXPGPATH];

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

Waste of code, eh?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-10 04:02:00 Re: [HACKERS] PGPASSWORD and client tools
Previous Message Thomas F. O'Connell 2005-06-10 03:51:55 Re: CPU-intensive autovacuuming

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-10 04:02:00 Re: [HACKERS] PGPASSWORD and client tools
Previous Message Tom Lane 2005-06-10 03:47:18 Re: final light versions of Oracle compatibility (SQLSTATE, GREATEST,