Unsupported versions: 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3 / 7.2
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

E.181. Release 7.2.3

Release Date: 2002-10-01

This release contains a variety of fixes for version 7.2.2, including fixes to prevent possible data loss.

E.181.1. Migration to Version 7.2.3

A dump/restore is not required for those running version 7.2.*.

E.181.2. Changes

  • Prevent possible compressed transaction log loss (Tom)

  • Prevent non-superuser from increasing most recent vacuum info (Tom)

  • Handle pre-1970 date values in newer versions of glibc (Tom)

  • Fix possible hang during server shutdown

  • Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)

  • Fix pg_dump to properly dump FULL JOIN USING (Tom)