1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
This commit is contained in:
Bruce Momjian
2000-11-03 04:17:55 +00:00
parent 63a8127cf4
commit ef6bee30c5
2 changed files with 5 additions and 5 deletions

View File

@ -46,9 +46,9 @@ Fix VACUUM problem with moving chain of update tuples when source and
Fix user.c CommandCounterIncrement (Tom)
Fix for AM/PM boundary problem in to_char() (Karel Zak)
Fix TIME aggregate handling (Tom)
Fix to_char() to avoid coredump on NULL input. (Tom)
Fix to_char() to avoid coredump on NULL input (Tom)
Buffer fix (Tom)
Fix for inserting/copying longer multibyte strings into bpchar data
Fix for inserting/copying longer multibyte strings into char() data
types (Tatsuo)