Re: Bgwriter--- BufferSync() and StrategyStatsDump()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Himanshu Baweja <himanshubaweja(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bgwriter--- BufferSync() and StrategyStatsDump()
Date: 2005-05-26 14:46:35
Message-ID: 27541.1117118795@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Himanshu Baweja <himanshubaweja(at)yahoo(dot)com> writes:
> this would greatly help ppl in determining the
> appropriate value of bgwriter parameters.... it would
> require a simple patch to written which will add two
> else statements in StrategyDirtyBufferList() and
> returning a struct instead of int...
> also a line in function BufferSync()=>
> elog(DEBUG1,......

That whole algorithm is gone in CVS tip, so there's no point in
creating such a patch ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yateen Joshi 2005-05-26 14:54:43 Query for importing and exporting data from a database
Previous Message Tom Lane 2005-05-26 14:43:01 Re: unsupported frontend protocol