contrib/intarray/_int_gist.c - Mailing list pgsql-bugs

From 维 姜
Subject contrib/intarray/_int_gist.c
Date
Msg-id 1144236749.4915.8.camel@dell.sduept.com
Whole thread Raw
List pgsql-bugs
In "g_int_compress" :

int                *dr; ...memmove((void *) &dr[cand - 1], (void *) &dr[cand + 1], (len - cand -
1) * sizeof(int));



Should be

int32 *dr; ...memmove((void *) &dr[cand - 1], (void *) &dr[cand + 1], (len - cand -
1) * sizeof(int32));




pgsql-bugs by date:

Previous
From: "William Leite Araújo"
Date:
Subject: Re: BUG #2372: dblink_exec doesn't return. NEVER!
Next
From: "Qingqing Zhou"
Date:
Subject: Re: BUG #2371: database crashes with semctl failed error