CVSROOT: /cvsroot Module name: pgsql-server Changes by: [EMAIL PROTECTED] 04/05/12 19:39:00
Modified files: src/backend/utils/adt: Tag: REL7_4_STABLE geo_ops.c Log message: Tighten up overflow check in path_recv, pursuant to code review inspired by Ken Ashcraft's report. I think there is no actual bug here since if the int32 value does wrap a little bit, palloc will still reject it. Still it's better that the code be obviously correct. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly