Sequence patch has problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-patches(at)postgresql(dot)org
Subject: Sequence patch has problems
Date: 2003-03-21 02:10:54
Message-ID: 8947.1048212654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I assume these are from the recently-applied sequence patch:

sequence.c: In function `DefineSequence':
sequence.c:99: warning: assignment makes integer from pointer without a cast
sequence.c:100: warning: assignment makes integer from pointer without a cast
sequence.c:101: warning: assignment makes integer from pointer without a cast
sequence.c:102: warning: assignment makes integer from pointer without a cast
sequence.c:103: warning: assignment makes integer from pointer without a cast
sequence.c: In function `init_params':
sequence.c:882: warning: comparison between pointer and integer
sequence.c:883: warning: comparison between pointer and integer
sequence.c:920: warning: comparison between pointer and integer
sequence.c:931: warning: comparison between pointer and integer
sequence.c:943: warning: comparison between pointer and integer
sequence.c:966: warning: comparison between pointer and integer

regards, tom lane

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-21 03:40:03 Re: psql patch
Previous Message Jeroen T. Vermeulen 2003-03-20 22:39:05 Re: psql patch