Avoid malloc(0) when printing a table of no columns. On some platforms
Tom Lane <tgl@sss.pgh.pa.us>
Avoid malloc(0) when printing a table of no columns. On some platforms this returns NULL, which confuses the code.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/print.c | modified | +29 −18 |