Avoid integer overflow when LIMIT + OFFSET >= 2^63. This fixes bug #6139 reported by Hitoshi Harada.
Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/bc6616aaedbe4bcd2441334a3bf8f43fe9635bf1 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
