Age | Commit message (Collapse) | Author |
|
|
|
|
|
I think this could be useful to others but it's got to move until a better solution is figured out.
|
|
|
|
|
|
|
|
PG_RECEIVEXLOG got removed too early due to .history files that were not present
|
|
partitions
Partition is never created if it is already known to be obsolete (and so to be dropped).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes a bug where _load_elem fails on sequences in schemas that start
with non-alpha characters.
|
|
Conflicts:
debian/changelog
|
|
It is possible to provide a list of exception names, or reserved keyword “ALL”.
|
|
The idea is to suppress error level log messages for a grace period
in order not to pollute logs with transient errors that nobody would act upon.
|
|
|
|
|
|
|
|
the idea is that db calls occasionally break due to transient issues and we’d rather have the calls retried before raising exceptions etc
|
|
|
|
|
|
|
|
|
|
partitions" bug
but really :-)
|
|
|
|
|
|
The code got messy, clean it up.
Also, seems like Python 2.7+ support SIO_KEEPALIVE_VALS,
enable it's usage.
|
|
Newer OSX has Linux-style TCP_KEEPIDLE/TCP_KEEPCNT
socket options, but TCP_KEEPIDLE is missing, instead
it has old well-hidden TCP_KEEPALIVE option. So it
branches into Linux section and fails there.
This patch detects every Linux option separately
and uses TCP_KEEPALIVE instead TCP_KEEPIDLE
on Darwin.
It does expect that Python is compiled against current
OSX versions, and headers match running kernel. So if
option is defined in 'socket' module, it works.
Reported-by: Rob Fowler
|
|
Truncate events can be ignored on per handler basis.
|
|
|
|
Conflicts:
debian/changelog
|
|
|
|
partitions" bug
|
|
partitions" bug
|
|
|
|
develop
|
|
|
|
|
|
|
|
|
|
(in response to "londiste3 repair command floods the console with the diff mesages")
|
|
|