Re: [PATCHES] Postgresql.conf, initdb patch

2003-07-01 Thread Shridhar Daithankar
On Tuesday 01 July 2003 05:39, Peter Eisentraut wrote: > Josh Berkus writes: > > initdb.patch, written by Shridhar, patches initdb so that the LC_* > > localization variables are inserted into postgresql.conf at the point > > commented "#LC VARS GO HERE!" > > It's pretty pointless to use > > cat $f

[PATCHES] Another POC initdb patch

2003-07-06 Thread Shridhar Daithankar
Hi all, In addition to Tom's patch, this patch asks tuning parameters right away, while doing initdb. I have also changed the notice displayed after initdb is done. Just an attempt to make defaults user friendly. I would also like to add other paramters to this approach, like fsync and random_

Re: [PATCHES] Another POC initdb patch

2003-07-06 Thread Shridhar Daithankar
On Sunday 06 July 2003 20:55, Tom Lane wrote: > Shridhar Daithankar <[EMAIL PROTECTED]> writes: > > In addition to Tom's patch, this patch asks tuning parameters right away, > > while doing initdb. > > Sorry, there is zero chance of putting any interactivity into

Re: [pgsql-hackers-win32] [PATCHES] SRA Win32 sync() code

2003-11-19 Thread Shridhar Daithankar
On Monday 17 November 2003 11:16, Bruce Momjian wrote: > Tom Lane wrote: > > > Do we know that having the background writer fsync a file that was > > > written by a backend cause all the data to fsync? I think I could > > > write a program to test this by timing each of these tests: > > > > That m