[COMMITTERS] pgsql: Retry short writes when flushing WAL.

2013-06-30 Thread Heikki Linnakangas
Retry short writes when flushing WAL. We don't normally bother retrying when the number of bytes written by write() is short of what was requested. It is generally assumed that a write() to disk doesn't return short, unless you run out of disk space. While writing the WAL, however, it seems pruden

[COMMITTERS] pgsql: Fix cpluspluscheck in checksum code

2013-06-30 Thread Peter Eisentraut
Fix cpluspluscheck in checksum code C++ is more picky about comparing signed and unsigned integers. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/95ffbce9a197a434bc1d5bd42268f05d3bfa8168 Modified Files -- src/include/storage/checksum_impl.h |

[COMMITTERS] pgsql: Fix cpluspluscheck in checksum code

2013-06-30 Thread Peter Eisentraut
Fix cpluspluscheck in checksum code C++ is more picky about comparing signed and unsigned integers. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/129759d6a539059cde85d0dad19992ff45da3bb4 Modified Files -- src/include/storage/checksum_impl.h |2 +- 1