Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Allow the planner's estimate of the fraction of a cursor's rows


  • From: tgl(at)postgresql(dot)org (Tom Lane)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Allow the planner's estimate of the fraction of a cursor's rows
  • Date: Fri, 2 May 2008 21:26:10 +0000 (UTC)
  • Message-id: <20080502212610.5191A7559CC@cvs.postgresql.org> <text/plain>

Log Message:
-----------
Allow the planner's estimate of the fraction of a cursor's rows that will be
retrieved to be controlled through a GUC variable.

Robert Hell

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.176 -> r1.177)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.176&r2=1.177)
    pgsql/src/backend/optimizer/plan:
        planner.c (r1.232 -> r1.233)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planner.c?r1=1.232&r2=1.233)
    pgsql/src/backend/utils/misc:
        guc.c (r1.450 -> r1.451)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.450&r2=1.451)
        postgresql.conf.sample (r1.239 -> r1.240)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.239&r2=1.240)
    pgsql/src/include/optimizer:
        planmain.h (r1.107 -> r1.108)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/optimizer/planmain.h?r1=1.107&r2=1.108)



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group