pgsql: Suppress compiler warning, and not incidentally make the code

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress compiler warning, and not incidentally make the code
Date: 2008-07-18 04:20:24
Message-ID: 20080718042024.31499754A84@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Suppress compiler warning, and not incidentally make the code more
robust. The previous coding was quite risky because it was testing
conditions different from 'is the array really allocated?'.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.183 -> r1.184)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.183&r2=1.184)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-07-18 04:22:57 Re: Re: [COMMITTERS] pgsql: Add column storage type to psql \d+ display.
Previous Message Alvaro Herrera 2008-07-18 03:35:57 Re: Re: [COMMITTERS] pgsql: Add column storage type to psql \d+ display.