specifying wal file size

From: gherzig(at)fmed(dot)uba(dot)ar
To: pgsql-sql(at)postgresql(dot)org
Subject: specifying wal file size
Date: 2008-03-31 23:41:32
Message-ID: 17244.190.55.98.232.1207006892.squirrel@www.webmail.fmed.uba.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi dudes. Im trying to find out how to deal with this. I just receive a
1.2 MB wal file (may some 'windows home version' do that?), and obviosly,
when i try to recovery from there, get the 'incorrect file size' error.
Acording to the docs, wal file size can be changed at compile time. Not so
bad, i can do that. But where is that code?

BTW: 1163398 bytes seems like a wrong size for any wal file, isnt?
The .backup file may have been created under windows, and im working on
Linux. Could that be a problem?

Thanks!
Gerardo

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2008-04-01 04:45:36 Re: specifying wal file size
Previous Message Richard Huxton 2008-03-31 16:27:00 Re: drop table where tableName like 'backup_2007%' ?