OSDN Git Service

Fix possible overflow in calculations of palloc request sizes.
authorMasaoFujii <masao.fujii@gmail.com>
Thu, 22 May 2014 18:41:29 +0000 (03:41 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Thu, 22 May 2014 18:46:40 +0000 (03:46 +0900)
commitde82566979333bc0b2f5853dec1afde877507da5
treec210450b44150c3180d56d6c8cfa5e7f4e27a79a
parentf0890f14d73d937356b492ab565422c7363e49c5
Fix possible overflow in calculations of palloc request sizes.

This commit is inspired by the change of pg_trgm:
c3ccc9ee584b9b015dd9c1931e261e21f3961e5f

Back-patch to all supported versions.
bigm_op.c