Re: patch for pgsql/doc/src/sgml/runtime

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch for pgsql/doc/src/sgml/runtime
Date: 2002-12-05 06:24:25
Message-ID: 200212050624.gB56OPN00403@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Joseph Shraibman wrote:
> [jks(at)d1 ~/work/postgres/pgsql/doc/src/sgml] diff -C 3 runtime.sgml.orig runtime.sgml.mod
> *** runtime.sgml.orig Wed Dec 4 17:08:30 2002
> --- runtime.sgml.mod Wed Dec 4 17:13:15 2002
> ***************
> *** 841,847 ****
> <para>
> Sets the query optimizer's estimate of the cost of a
> nonsequentially fetched disk page. This is measured as a
> ! multiple of the cost of a sequential page fetch.
> </para>
> </listitem>
> </varlistentry>
> --- 841,849 ----
> <para>
> Sets the query optimizer's estimate of the cost of a
> nonsequentially fetched disk page. This is measured as a
> ! multiple of the cost of a sequential page fetch. A higher
> ! value makes it more likely a sequential scan will be used,
> ! a lower value makes it more likely an index scan will be used.
> </para>
> </listitem>
> </varlistentry>
>
> --
> Joseph Shraibman
> joseph(at)xtenit(dot)com
> Increase signal to noise ratio. http://xis.xtenit.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-12-05 06:24:37 Re: doc update
Previous Message Bruce Momjian 2002-12-05 06:18:46 Re: Patch to make Turks happy.