doc: Remove dead links
The web pages of Andy Dong at Berkeley don't exist anymore, and he is no
longer there.
Branch
--
REL9_5_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/63c0f5b20b7012633bbd85cea039e9d44c054953
Modified Files
--
doc/src/sgml/cube.sgml |5
doc: Remove dead links
The web pages of Andy Dong at Berkeley don't exist anymore, and he is no
longer there.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c193b8ca9d05e8167b6deb057c06a7580fa517a3
Modified Files
--
doc/src/sgml/cube.sgml |5 +
1
Fix typo in create_policy.sgml
WTIH -> WITH
Pointed out by Dmitriy Olshevskiy
Backpatch to 9.5 where create_policy.sgml was added.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/e7bf508e6b527bc6c28cd5ddba99a23d27780e94
Modified Files
--
doc/src/sgml/r
Fix typo in create_policy.sgml
WTIH -> WITH
Pointed out by Dmitriy Olshevskiy
Backpatch to 9.5 where create_policy.sgml was added.
Branch
--
REL9_5_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/dc3573b5d310eb42f478892870a0889a50693530
Modified Files
--
doc/src
Peter Eisentraut writes:
> On 8/6/15 3:36 PM, Tom Lane wrote:
>> Further fixes for degenerate outer join clauses.
> The <=9.2 versions of this change introduce a new compiler warning:
> variable âunique_ifiedâ set but not used [-Wunused-but-set-variable]
My compiler didn't complain about
Remove set-but-not-used variable.
In branches before 9.3, commit 8703059c6 caused join_is_legal()'s
unique_ified variable to become unused, since its only remaining
use is for LATERAL-related tests which don't exist pre-9.3.
My compiler didn't complain about that, but Peter's does.
Branch
--
Remove set-but-not-used variable.
In branches before 9.3, commit 8703059c6 caused join_is_legal()'s
unique_ified variable to become unused, since its only remaining
use is for LATERAL-related tests which don't exist pre-9.3.
My compiler didn't complain about that, but Peter's does.
Branch
--
Remove set-but-not-used variable.
In branches before 9.3, commit 8703059c6 caused join_is_legal()'s
unique_ified variable to become unused, since its only remaining
use is for LATERAL-related tests which don't exist pre-9.3.
My compiler didn't complain about that, but Peter's does.
Branch
--