Deleted user

Results 142606 comments of Deleted user

Look at this for a reference on POSIX system (how to spawn new processes, environment variables, blah blah...): https://github.com/rmyorston/pdpmake Btw, I suggest using `POSIX` instead of Linux. You don't want...

Your code is GPL-ed, and since the GPL can absorb code written in weaker licenses, I don't see there are any reasons to not look into the code of GNU...

`uname` woes on MSYS2: https://codeberg.org/schilytools/schilytools/issues/60 Note: CDDL is not `compatible` with GPL.

> Please consider MSYS and possibly cygwin - using a test for the shell may break some parts if that's for finding the OS... > > You do know about...

And as @mh466lfa has noted, the executables have `.exe` extensions even on Linux and FreeBSD.

And why `-D__MSVCRT__` is there even on Linux and FreeBSD?

Note that I didn't wait to long for the attempt that this log is from, but I've also left it open for more than 10 mins. in earlier attempts on...

I don't agree. In the given example, MSSQL/Oracle also traverses all pages of the table. For the sake of clarity, I deliberately included reading with a WHERE condition in the...

On the TEST table as shown in the example, there is no INDEX over the DATA column. I am attaching an example for MSSQL: set statistics time off set statistics...

Checking the script I found the error in mine. MSSQL only had 1M rows in the script. The non-optimality of the Firebird is therefore not as great as I stated...