pgsql: Fix SerializeSnapshot not to overrun the allocated space.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix SerializeSnapshot not to overrun the allocated space.
Date: 2016-03-04 19:02:36
Message-ID: E1abuzk-0005eG-AQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix SerializeSnapshot not to overrun the allocated space.

Rushabh Lathia

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/763b8f5d904517c3dffaaa43331a719c80d6e5b0

Modified Files
--------------
src/backend/utils/time/snapmgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-04 19:14:29 pgsql: Minor improvements to transaction manager README.
Previous Message Robert Haas 2016-03-04 18:56:04 pgsql: Fix SerializeSnapshot not to overrun the allocated space.