varint - varint: create cast to get typmod working.

From: jeremyd(at)pgfoundry(dot)org (Jeremy Drake)
To: pgsql-committers(at)postgresql(dot)org
Subject: varint - varint: create cast to get typmod working.
Date: 2008-10-21 06:33:33
Message-ID: 20081021063333.EDA7D17ADDF9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
create cast to get typmod working. fix alignment and storage of type

Modified Files:
--------------
varint:
varint.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/varint/varint/varint.c.diff?r1=1.3&r2=1.4)
varint.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/varint/varint/varint.h.diff?r1=1.3&r2=1.4)
varint.sql.in (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/varint/varint/varint.sql.in.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeremy Drake 2008-10-21 06:51:20 varint - varint: add uninstall script
Previous Message Tom Lane 2008-10-20 22:54:04 Re: Re: [COMMITTERS] pgsql: Properly access a buffer's LSN using existing access macros