g l writes:
> In join_is_legal(), there are 2 decision-making statements based on
> match_sjinfo. Iwonder wether their conditions can ever test possitive.
The code coverage report says yes.
https://coverage.postgresql.org/src/backend/optimizer/path/joinrels.c.gcov.html#350
Thanks, I will!
On Fri, 9 May 2025 at 9:11 Philipp Defner wrote:
> Go to https://postgresapp.com/downloads.html, download the app, install
> and connect to the running instance with your Postgres GUI client of
> choice. If it's an important part of your studies you should be able to
> figure out
Ok
So, in order to install it well, what are the steps that i need to take
from the beginning?
I already have the application on my Mac but it doesn’t want
On Fri, 9 May 2025 at 8:43 Philipp Defner wrote:
> Hey, please use "Reply All" when you reply (As someone else already told
> you before I s
Hi:
In join_is_legal(), there are 2 decision-making statements based on
match_sjinfo. Iwonder wether their conditions can ever test possitive.
/*
* If one input contains min_lefthand and the other contains
* min_righthand, then we can perform the SJ at th
Hi Merlin,
The core database portion isn’t too complicated to get setup, it’s a sqitch
project. There are a couple Perl scripts that run continuously in a screen
session as well.
The web interfaces are a little dated and need some fiddling to get
operational. This tends to be the most complic