Suppress compiler warning, and not incidentally make the code more
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jul 2008 04:20:24 +0000 (04:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jul 2008 04:20:24 +0000 (04:20 +0000)
commit2be79e5ffec190bbbb9260378fe0589929bf6ab0
tree7cea4fff903abe7d07a5ab94048467536aaf07d1
parent3e83b2a8a3840f013366ed365dc3338ef031a487
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?'.
src/bin/psql/describe.c