pkgsrc/databases/postgresql91
marino c9829d6721 databases/postgresql91(-client): Fix build for gcc46 and gcc47
Postgresql91 uses non-constant array sizes in record definitions which
gcc enforces starting with 4.6.  These index sizes are defined as macros
using functions such as offsetof.  These patches introduce enums where
the macros become constant expressions which gcc 4.6+ will accept.

GCC 4.7 also introduces the unused-but-set-variable warning which is
popping up all over the place in pgsql91, so silence these warnings -
they are harmless and get optimized out anyway.

No revbump because functionality won't change on binaries generated with
gcc4.5 and below.
2012-10-07 10:24:54 +00:00
..
files
patches databases/postgresql91(-client): Fix build for gcc46 and gcc47 2012-10-07 10:24:54 +00:00
DESCR
distinfo databases/postgresql91(-client): Fix build for gcc46 and gcc47 2012-10-07 10:24:54 +00:00
Makefile Security update to version 9.1.4. 2012-07-01 19:49:24 +00:00
Makefile.common The PostgreSQL Global Development Group has released an update to all current versions of the PostgreSQL database system, including 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21. This update fixes critical issues for major versions 9.1 and 9.2, and users running those versions should apply it as soon as possible. Users of versions 8.3, 8.4 and 9.0 should plan to update at the next scheduled downtime. 2012-10-05 22:15:35 +00:00
options.mk Add optional DTrace support 2012-03-14 13:22:06 +00:00
PLIST