pgsql: Make parameters in implementation have same const:ness as the

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make parameters in implementation have same const:ness as the
Date: 2008-04-10 15:20:52
Message-ID: 20080410152052.95B827559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make parameters in implementation have same const:ness as the ones in
the prototype. Silences msvc build warning.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-lobj.c (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-lobj.c?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2008-04-10 15:59:27 prefix - prefix: fix gpr_consistent() key retrieval from GiST parameters
Previous Message Alvaro Herrera 2008-04-10 15:16:46 pgsql: Remove mention of DBD::PgSPI, which is unmaintained and generally