pgsql: Recent patch doesn't compile without - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Recent patch doesn't compile without
Date
Msg-id 20080516183538.6B60A754C53@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Recent patch doesn't compile without <limits.h>

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.102 -> r1.103)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.102&r2=1.103)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress a possibly-uninitialized-variable warning.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reduce unnecessary PANIC to ERROR, improve a couple of comments.