Thread

  1. Re: [HACKERS] Disk block size issues.

    Marc G. Fournier <scrappy@hub.org> — 1998-01-09T18:10:20Z

    On Fri, 9 Jan 1998, Darren King wrote:
    
    > How about PG_BLOCK_SIZE?  Or if it's made a variable, DiskBlockSize, keeping
    > it in the tradition of SortMem, ShowStats, etc.
    
    	I know of one site that builds their Virtual Websites into
    chroot()'d environments...something like this would be perfect for them,
    as it would prvent them having to recompile for each individual size...
    
    	But...initdb would have to have an appropriate option...and we'd
    have to have a mechanism in place that checks that -k parameter is
    actually appropriate.
    
    	Would it not make a little more sense to have a pg_block_size file
    created in the data directory that postmaster reads at startup?