pgsql: Fix function headers not matching prototype in header file, per - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Fix function headers not matching prototype in header file, per
Date
Msg-id 20080521160010.BF309754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix function headers not matching prototype in header file, per
compiler warnings on msvc.

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.107 -> r1.108)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.107&r2=1.108)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Use CRITICAL_SECTION instead of Mutexes for thread-locking in
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add include directory required after the latest changes to the