Wakeup WALWriter as needed for asynchronous commit performance.
Previously we waited for wal_writer_delay before flushing WAL. Now
we also wake WALWriter as soon as a WAL buffer page has filled.
Significant effect observed on performance of asynchronous commits
by Robert Haas, attributed to the abi
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8fad10a57575c7ee376ec8eaee416ffab0de00a3
Modified Files
--
src/interfaces/ecpg/ecpglib/sqlda.c |2 +-
1 files changed, 1 inse
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f72baf7e61127eba512e5d0523a4c36ffa704913
Modified Files
--
src/interfaces/ecpg/ecpglib/sqlda.c |2 +-
1 files changed, 1 inse
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5b5985e6c0733b4a2a62f808a403b4caf7463fe3
Modified Files
--
src/interfaces/ecpg/ecpglib/sqlda.c |2 +-
1 files changed, 1 insertions(