Re: do postgresql this job for me ? (firebird user)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: mnavahan <mnavahan(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: do postgresql this job for me ? (firebird user)
Date: 2009-05-24 16:33:37
Message-ID: 21694.1243182817@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> [ much good info snipped ]

> The only thing that's likely to make things go pear-shaped is if the
> postmaster is forcibly killed ( kill -9 ) while the worker children are
> running, then the postmaster is re-started.

Actually, even that doesn't cause problems in itself. The new
postmaster will refuse to start up until all the old child processes are
gone, but there's no risk of data corruption. The way you can seriously
break things is if you try to make the new postmaster start by removing
the lock file that ensures this behavior :-(

> I don't know if writes to temp tables go through the WAL or not, nor if
> they're opened O_SYNC for synchronous writes.

No for both.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2009-05-24 17:32:46 Re: do postgresql this job for me ? (firebird user)
Previous Message Craig Ringer 2009-05-24 15:58:46 Re: do postgresql this job for me ? (firebird user)