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

In the meaning of bug-fix, the patch is not needed. Because you

have already modified "next_insert()" in 7.0-ecpglib.  However
in the meaning of speed-up, the patch will be needed.
--
Regards,
SAKAIDA Masaaki  -- Osaka, Japan
This commit is contained in:
Bruce Momjian
2000-10-02 16:15:53 +00:00
parent e05f15483b
commit 89f6443ca3
2 changed files with 5 additions and 3 deletions

View File

@ -55,7 +55,7 @@ ENHANCEMENTS
URGENT
* Add OUTER joins, left and right[outer](Thomas, Bruce)
* -Add OUTER joins, left and right[outer](Tom, Thomas)
* Allow long tuples by chaining or auto-storing outside db (TOAST)(Jan)
* Fix memory leak for expressions[memory](Tom?)