|
Home > Archive > Slony1 PostgreSQL Replication > November 2005 > [patch] bug #1457: Lack of storage space for
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[patch] bug #1457: Lack of storage space for
|
|
| Jacek Konieczny 2005-11-04, 9:24 am |
| I have reported the problem once here on the list, and today again,
on the bugtracker:
http://gborg.postgresql.org/project...update.php?1457
The patch fixes the most obvious point of failure, but it seems there
are other places in the code where similar problem may occur ("rc",
result from file operation, is ignored most of time).
Greets,
Jacek
| |
| Christopher Browne 2005-11-04, 11:44 am |
| Jacek Konieczny wrote:
>I have reported the problem once here on the list, and today again,
>on the bugtracker:
>http://gborg.postgresql.org/project...update.php?1457
>
>The patch fixes the most obvious point of failure, but it seems there
>are other places in the code where similar problem may occur ("rc",
>result from file operation, is ignored most of time).
>
>
I have applied this to -HEAD and will add it to 1.1_STABLE.
Probably even more rc checks should be added. At one point I intended
to go through and add them comprehensively; apparently that didn't
happen. It needs to.
|
|
|
|
|