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
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
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
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 ---