[COMMITTERS] pgsql: Windows doesn't have M_PI; define it ourselves when needed.

2014-08-04 Thread Heikki Linnakangas
Windows doesn't have M_PI; define it ourselves when needed. This should fix the Windows build, broken by commit ed802e7d. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cd74a151b5a2498f0909074ebc9e8d8fbe6915b1 Modified Files -- contrib/pgbench/pgbench.c

[COMMITTERS] pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max

2014-08-04 Thread Bruce Momjian
pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age autovacuum_multixact_freeze_max_age was added as a pg_ctl start parameter in 9.3.X to prevent autovacuum from running. However, only some 9.3.X releases have autovacuum_multixact_freeze_max_age as it was added in a minor PG 9.3

[COMMITTERS] pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max

2014-08-04 Thread Bruce Momjian
pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age autovacuum_multixact_freeze_max_age was added as a pg_ctl start parameter in 9.3.X to prevent autovacuum from running. However, only some 9.3.X releases have autovacuum_multixact_freeze_max_age as it was added in a minor PG 9.3

[COMMITTERS] pgsql: pg_upgrade: remove reference to autovacuum_multixact_freeze_max

2014-08-04 Thread Bruce Momjian
pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age autovacuum_multixact_freeze_max_age was added as a pg_ctl start parameter in 9.3.X to prevent autovacuum from running. However, only some 9.3.X releases have autovacuum_multixact_freeze_max_age as it was added in a minor PG 9.3

[COMMITTERS] pgsql: pg_upgrade: assume user is install user

2014-08-04 Thread Bruce Momjian
pg_upgrade: assume user is install user The user specified to the upgrade was effectively the install user, but that was not clearly stated in the comments, documentation, or error messages. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ee646df59ae76d14f76e6fd305c