pgsql/src/backend/commands analyze.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands analyze.c
Date: 2001-07-05 19:33:35
Message-ID: 200107051933.f65JXZ097239@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/05 15:33:35

Modified files:
src/backend/commands: analyze.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-07-06 02:01:36 pgsql/doc/src/sgml backup.sgml
Previous Message Jan Wieck 2001-07-05 15:19:41 pgsql/src backend/postmaster/pgstat.c backend/ ...