Re: what's this debug mean?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jason Earl <jason(dot)earl(at)simplot(dot)com>
Cc: Ewald Geschwinde <postgres(at)cybertec(dot)at>, Pgsql Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: what's this debug mean?
Date: 2001-11-30 19:55:19
Message-ID: 10338.1007150119@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jason Earl <jason(dot)earl(at)simplot(dot)com> writes:
> This means that a new file was created and you need to consider
> increasing the WAL_FILES attribute in postgresql.conf :).

It's only worth worrying about if you see it regularly.

There is some documentation about this in the administrator's guide, eg
http://candle.pha.pa.us/main/writings/pgsql/sgml/wal-configuration.html
(That's 7.2 docs and some of the statements are not true for 7.1, but
it's close enough, and I think the exposition is better than in the 7.1
docs.)

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Francisco Reyes 2001-11-30 22:04:30 Re: Learning to read explain
Previous Message Jason Earl 2001-11-30 18:54:23 Re: what's this debug mean?