[COMMITTERS] pgsql: Applied patch by Chen Huajun to make ecp

2012-11-23 Thread Michael Meskes
Applied patch by Chen Huajun to make ecpg able to cope with very long structs. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c50b8a4637bcaab2f0e1fb69c39fdcec7e535874 Modified Files -- src/interfaces/ecpg/preproc/type.c |7 +-- 1 files changed, 5

[COMMITTERS] pgsql: pg_stat_replication.sync_state was displayed incorrectly at page

2012-11-23 Thread Heikki Linnakangas
pg_stat_replication.sync_state was displayed incorrectly at page boundary. XLogRecPtrIsInvalid() only checks the xrecoff field, which is correct when checking if a WAL record could legally begin at the given position, but WAL sending can legally be paused at a page boundary, in which case xrecoff

[COMMITTERS] pgsql: pg_stat_replication.sync_state was displayed incorrectly at page

2012-11-23 Thread Heikki Linnakangas
pg_stat_replication.sync_state was displayed incorrectly at page boundary. XLogRecPtrIsInvalid() only checks the xrecoff field, which is correct when checking if a WAL record could legally begin at the given position, but WAL sending can legally be paused at a page boundary, in which case xrecoff

[COMMITTERS] pgsql: Remove -Wlogical-op from standard compiler flags

2012-11-23 Thread Peter Eisentraut
Remove -Wlogical-op from standard compiler flags It creates too many warnings with GCC 4.3 and 4.4. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bc5430aa95ac672a82bedb88e3f5081a8fdadb1c Modified Files -- configure| 60 ---