]> granicus.if.org Git - postgresql/commit
Avoid malloc(0) when printing a table of no columns. On some platforms
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 15:12:19 +0000 (15:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 15:12:19 +0000 (15:12 +0000)
commit16cc5372e44bda4ce17e02dbebd988b64326b391
tree5353556f8ba598a97c2cfa1a61db890aaeff237a
parent643dfb783d244a43370335d8493c6c46730b4fed
Avoid malloc(0) when printing a table of no columns.  On some platforms
this returns NULL, which confuses the code.
src/bin/psql/print.c