This patch adds another item to the "migration to 7.4" list in the HISTORY file, and attributes the shared-buffer-alignment change to Manfred Spraul.
-Neil
Index: HISTORY =================================================================== RCS file: /var/lib/cvs/pgsql-server/HISTORY,v retrieving revision 1.219 diff -c -r1.219 HISTORY *** HISTORY 29 Sep 2003 23:16:44 -0000 1.219 --- HISTORY 15 Oct 2003 14:59:29 -0000 *************** *** 78,83 **** --- 78,85 ---- * Ambiguous date values now must match the ordering specified by DateStyle * The oidrand(), oidsrand(), and userfntest() functions have been removed. + * 'now' will no longer work as a column default; now() should be + used instead _________________________________________________________________ *************** *** 136,142 **** Improve speed of col IN (const, const, const, ...) (Tom) Fix hash indexes which were broken in rare cases (Tom) Improve hash index concurrency and speed (Tom) ! Align shared buffers on 32-byte boundary for copy speed improvement _________________________________________________________________ --- 138,144 ---- Improve speed of col IN (const, const, const, ...) (Tom) Fix hash indexes which were broken in rare cases (Tom) Improve hash index concurrency and speed (Tom) ! Align shared buffers on 32-byte boundary for copy speed improvement (Manfred Spraul) _________________________________________________________________
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])