Re: postgresql system file size

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: waldo(dot)lacanlale(at)qualservcentral(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql system file size
Date: 2003-09-20 17:23:49
Message-ID: Pine.LNX.4.44.0309201922550.2761-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

waldo(dot)lacanlale(at)qualservcentral(dot)com writes:

> Is there a compile option or any other tweak to restrict postgresql
> data files size (the files that are usually under /usr/local/pgsql/data
> directory) to a certain limit, for example no file should be bigger
> that 10Mb. Thanks in advance

Check out RELSEG_SIZE in src/include/pg_config.h. The default is 1GB.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Spraul 2003-09-20 17:26:43 Re: semtimedop instead of setitimer/semop/setitimer
Previous Message Tom Lane 2003-09-20 15:37:32 Re: pgsql-server/src/backend catalog/index.c comma ...