pgsql: Fix function headers not matching prototype in header file, per

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix function headers not matching prototype in header file, per
Date: 2008-05-21 16:00:10
Message-ID: 20080521160010.BF309754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-05-21 18:15:29 pgsql: Add include directory required after the latest changes to the
Previous Message Magnus Hagander 2008-05-21 14:20:48 pgsql: Use CRITICAL_SECTION instead of Mutexes for thread-locking in