1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Improve wording of bug fix:

Ensure that sequence counters do not go backwards after a crash
This commit is contained in:
Bruce Momjian
2002-03-19 00:12:09 +00:00
parent 658371fe9f
commit 367856d912
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Migration to version 7.2.1
Changes
Properly set sequence values after backend crash (Tom)
Ensure that sequence counters do not go backwards after a crash (Tom)
Fix pgaccess kanji-coversion key binding (Tatsuo)
Optimizer improvements (Tom)
cash I/O improvements (Tom)