Avoid integer overflow when LIMIT + OFFSET >= 2^63. This fixes bug #6139 reported by Hitoshi Harada.
Branch ------ REL8_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d52555576887cb408b11589a2c07d5b2d06f892d Modified Files -------------- src/backend/executor/nodeLimit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
