]> granicus.if.org Git - postgresql/commit
Don't assume that max offset number stays fixed on a page when we're
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2001 19:33:35 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2001 19:33:35 +0000 (19:33 +0000)
commitfb0919fb83cdf0e121eccbd69ac8c57d80b64322
tree1e0ebc99228dc90786beaa57be96d4ea8d81c0f4
parent6497a7fd71f62d7dd279ce8b239c5abc35c5c459
Don't assume that max offset number stays fixed on a page when we're
not holding a pin on the page.  Use double instead of long to count
rows in relation, so that code still works for > LONG_MAX rows in rel.
src/backend/commands/analyze.c