Update vadim for index reuse.
authorBruce Momjian <[email protected]>
Mon, 13 Sep 1999 17:10:33 +0000 (17:10 +0000)
committerBruce Momjian <[email protected]>
Mon, 13 Sep 1999 17:10:33 +0000 (17:10 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index 961ca1f2512cf5a5dcd2914670e88db445b65837..1d8f42292aa55e9fa16354351073f2be10978d85 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -94,7 +94,7 @@ Detailed Change List
        mkMakefile.tkdefs.sh.in(Tom)
        Update frontend libpq to remove limits on query lengths,
        error/notice message lengths, and number of fields per tuple(Tom)
-       This is to re-use space on index pages freed by vacuum(Tom)
+       This is to re-use space on index pages freed by vacuum(Vadim)
        document -x for pg_dump(Bruce)
        Fix for unary operators in rule deparser(Tom)
        Comment out FileUnlink of excess segments during mdtruncate()(Tom)
index 1259b63fe90517a88405a12a1d4df6dd5ac8fca7..546a7d4b9229b10b29844ba7155bd762f4758061 100644 (file)
@@ -51,7 +51,7 @@ Rule deparsing bugfixes(Tom)
 Fix quoting problems in mkMakefile.tcldefs.sh.in and mkMakefile.tkdefs.sh.in(Tom)
 Update frontend libpq to remove limits on query lengths,
  error/notice message lengths, and number of fields per tuple(Tom)
-This is to re-use space on index pages freed by vacuum(Tom)
+This is to re-use space on index pages freed by vacuum(Vadim)
 document -x for pg_dump(Bruce)
 Fix for unary operators in rule deparser(Tom)
 Comment out FileUnlink of excess segments during mdtruncate()(Tom)