[COMMITTERS] pgsql: In contrib/uuid-ossp, #include headers needed for ntohl() and nt

2016-12-17 Thread Tom Lane
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). Oversight in commit b8cc8f947. I just noticed this causes compiler warnings on FreeBSD, and it really ought to cause warnings elsewhere too: all references I can find say that is required for these. We have a lot of code else

[COMMITTERS] pgsql: In contrib/uuid-ossp, #include headers needed for ntohl() and nt

2016-12-17 Thread Tom Lane
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). Oversight in commit b8cc8f947. I just noticed this causes compiler warnings on FreeBSD, and it really ought to cause warnings elsewhere too: all references I can find say that is required for these. We have a lot of code else

[COMMITTERS] pgsql: In contrib/uuid-ossp, #include headers needed for ntohl() and nt

2016-12-17 Thread Tom Lane
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). Oversight in commit b8cc8f947. I just noticed this causes compiler warnings on FreeBSD, and it really ought to cause warnings elsewhere too: all references I can find say that is required for these. We have a lot of code else

[COMMITTERS] pgsql: In contrib/uuid-ossp, #include headers needed for ntohl() and nt

2016-12-17 Thread Tom Lane
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). Oversight in commit b8cc8f947. I just noticed this causes compiler warnings on FreeBSD, and it really ought to cause warnings elsewhere too: all references I can find say that is required for these. We have a lot of code else

[COMMITTERS] pgsql: Fix FK-based join selectivity estimation for semi/antijoins.

2016-12-17 Thread Tom Lane
Fix FK-based join selectivity estimation for semi/antijoins. This case wasn't thought through sufficiently in commit 100340e2d. It's true that the FK proves that every outer row has a match in the inner table, but we forgot that some of the inner rows might be filtered away by WHERE conditions loc

[COMMITTERS] pgsql: Fix FK-based join selectivity estimation for semi/antijoins.

2016-12-17 Thread Tom Lane
Fix FK-based join selectivity estimation for semi/antijoins. This case wasn't thought through sufficiently in commit 100340e2d. It's true that the FK proves that every outer row has a match in the inner table, but we forgot that some of the inner rows might be filtered away by WHERE conditions loc

[COMMITTERS] pgsql: doc: Remove some trailing whitespace

2016-12-17 Thread Peter Eisentraut
doc: Remove some trailing whitespace Per discussion, we will not at this time remove trailing whitespace in psql output displays where it is part of the actual psql output. From: Vladimir Rusinov Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b645a05fc6112a4857cea

[COMMITTERS] pgsql: Fix typos in comments

2016-12-17 Thread Magnus Hagander
Fix typos in comments Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/01776a07b3fe48ad48b0d9194301438399dfe597 Modified Files -- src/backend/replication/slotfuncs.c | 2 +- src/backend/replication/walsender.c | 2 +- 2 files changed, 2 inse