Re: are the 2 if-statements in join_is_legal() removable?

2025-05-10 Thread Tom Lane
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

Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏

2025-05-10 Thread איתי זרחוביץ
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

Re: Issue Launching PostgreSQL on MacBook M4 – Error -10669‏

2025-05-10 Thread איתי זרחוביץ
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

are the 2 if-statements in join_is_legal() removable?

2025-05-10 Thread g l
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

Re: Is anyone up for hosting the online PG game "Schemaverse"?

2025-05-10 Thread Joshua McDougall
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