mirror of
https://github.com/postgres/postgres.git
synced 2026-05-18 14:43:01 -04:00
ca7c8168de
not forced out-of-line unless that is necessary to make the row fit on a page. Previously, they were forced out-of-line if needed to get the row down to the default target size (1/4th page). Kevin Grittner