pgsql-server/src/bin/psql print.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/psql print.c
Date
Msg-id 20021101151219.96EA1475AE5@postgresql.org
Whole thread Raw
Responses Re: pgsql-server/src/bin/psql print.c  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/11/01 10:12:19

Modified files:
    src/bin/psql   : print.c

Log message:
    Avoid malloc(0) when printing a table of no columns.  On some platforms
    this returns NULL, which confuses the code.


pgsql-committers by date:

Previous
From:
Date:
Subject: VIRUS IN YOUR MAIL (W32/Klez.h@MM)
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/test/regress/expected float8- ...