From d81d9da928fd782e690b5456a246971f5c606f9f Mon Sep 17 00:00:00 2001 From: asfernandes Date: Fri, 25 Sep 2009 02:17:08 +0000 Subject: [PATCH] Misc --- doc/README.build.posix.html | 2 +- src/jrd/btr.h | 1 - src/jrd/nav.cpp | 2 +- src/jrd/rse.cpp | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/README.build.posix.html b/doc/README.build.posix.html index 583513968d..052292e396 100644 --- a/doc/README.build.posix.html +++ b/doc/README.build.posix.html @@ -729,7 +729,7 @@ td.right { export CXXFLAGS=+DD64

- Autoconf Environment Variables for HP-UX 11iv3, PA-RISC + Autoconf Environment Variables for HP-UX 11i v3, PA-RISC

Firebird requires the HP-UX Atomic APIs ("AtomicAPI" bundle), diff --git a/src/jrd/btr.h b/src/jrd/btr.h index 98ca1dc4d9..325dded094 100644 --- a/src/jrd/btr.h +++ b/src/jrd/btr.h @@ -256,4 +256,3 @@ public: } //namespace Jrd #endif // JRD_BTR_H - diff --git a/src/jrd/nav.cpp b/src/jrd/nav.cpp index 591828c1f5..04408f40d5 100644 --- a/src/jrd/nav.cpp +++ b/src/jrd/nav.cpp @@ -1157,7 +1157,7 @@ static void set_page(IRSB_NAV impure, WIN* window) ************************************** * * Functional description - * Take a LCK_btr_dont_gc lock on walked index page to prevent its + * Take a LCK_btr_dont_gc lock on walked index page to prevent its * removal from index while page lock is not taken * **************************************/ diff --git a/src/jrd/rse.cpp b/src/jrd/rse.cpp index a8120c6cd9..571a60617a 100644 --- a/src/jrd/rse.cpp +++ b/src/jrd/rse.cpp @@ -182,7 +182,7 @@ void RSE_close(thread_db* tdbb, RecordSource* rsb) delete (*imp_nav->irsb_nav_bitmap); *imp_nav->irsb_nav_bitmap = NULL; } - + delete imp_nav->irsb_nav_records_visited; imp_nav->irsb_nav_records_visited = NULL; }