|
From: Dmitry Y. <di...@us...> - 2009-10-12 06:44:35
|
Build Version : T3.0.0.25738 Firebird 3.0 Unstable (writeBuildNum.sh,v 1.25906 2009/10/12 06:44:22 dimitr Exp ) Update of /cvsroot/firebird/firebird2/src/jrd In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26556 Modified Files: Tag: B2_5_Release dpm.epp Log Message: Let's better use a context pool, if required (backport). Index: dpm.epp =================================================================== RCS file: /cvsroot/firebird/firebird2/src/jrd/dpm.epp,v retrieving revision 1.102 retrieving revision 1.102.2.1 diff -b -U3 -r1.102 -r1.102.2.1 --- dpm.epp 11 Oct 2009 22:15:51 -0000 1.102 +++ dpm.epp 12 Oct 2009 06:44:21 -0000 1.102.2.1 @@ -3028,7 +3028,7 @@ // If there is a preferred page, try there first - PagesArray lowPages(*getDefaultMemoryPool()); + PagesArray lowPages; SLONG dp_primary = 0; if (type == DPM_secondary) { |