Re: Postgres v15 windows bincheck regression test failures

2023-06-20 Thread Russell Foster
On Thu, Jun 8, 2023 at 3:33 PM Andrew Dunstan wrote: > > > On 2023-06-08 Th 13:41, Russell Foster wrote: > > Hi All: > > I upgraded to postgres v15, and I am getting intermittent failures for > some of the bin regression tests when building on Windows 10. Example: > &

Postgres v15 windows bincheck regression test failures

2023-06-08 Thread Russell Foster
Hi All: I upgraded to postgres v15, and I am getting intermittent failures for some of the bin regression tests when building on Windows 10. Example: perl vcregress.pl bincheck Installation complete. t/001_initdb.pl .. ok All tests successful. Files=1, Tests=25, 12 wallclock secs ( 0.03 usr + 0

Re: Windows regress fails (latest HEAD)

2020-11-10 Thread Russell Foster
On Tue, Nov 10, 2020 at 1:52 PM Tomas Vondra wrote: > > > > > On 11/10/20 7:15 PM, Tom Lane wrote: > > Tomas Vondra writes: > >> That's unlikely, I think. The regression tests are constructed so that > >> the estimates are stable. It's more likely this is some difference in > >> rounding behavior

Re: Windows regress fails (latest HEAD)

2020-11-10 Thread Russell Foster
On Tue, Nov 10, 2020 at 1:15 PM Tom Lane wrote: > > Tomas Vondra writes: > > That's unlikely, I think. The regression tests are constructed so that > > the estimates are stable. It's more likely this is some difference in > > rounding behavior, for example. > > The reported delta is in the actual

Re: Windows regress fails (latest HEAD)

2020-11-10 Thread Russell Foster
On Tue, Nov 10, 2020 at 12:03 PM Ranier Vilela wrote: > > Em sex., 26 de jun. de 2020 às 08:21, Ranier Vilela > escreveu: >> >> Em qui., 11 de jun. de 2020 às 10:28, Ranier Vilela >> escreveu: >>> >>> Em qui., 11 de jun. de 2020 às 10:01, Andrew Dunstan >>> escreveu: On 6/11/2

Re: [Patch] Using Windows groups for SSPI authentication

2020-10-15 Thread Russell Foster
On Thu, Oct 15, 2020 at 11:31 AM Stephen Frost wrote: > Please don't top-post on these lists.. Didn't even know what that was, had to look it up. Hopefully it is resolved. Gmail does too many things for you! > While not exactly the same, of course, they are more-or-less equivilant > to Unix grou

Re: [Patch] Using Windows groups for SSPI authentication

2020-10-14 Thread Russell Foster
ct 13, 2020 at 4:32 PM Tom Lane wrote: > Russell Foster writes: > > I understand your concerns overall, and the solution you propose seems > > reasonable. But are we just using "windows-group" because the code is not > > there today to check for a user in another OS gro

Re: [Patch] Using Windows groups for SSPI authentication

2020-10-13 Thread Russell Foster
quotes are just there to make the group name case sensitive. On Tue, Oct 13, 2020 at 1:15 PM Tom Lane wrote: > Russell Foster writes: > > I have some code that I've been using that supports adding and > > authenticating Windows groups via the pg_ident file. This is usefu

[Patch] Using Windows groups for SSPI authentication

2020-10-13 Thread Russell Foster
i_user_is_in_group(HANDLE sspiToken, LPCTSTR groupName) Attached is the patch. thanks, Russell Foster 0001-Add-support-for-Windows-groups-in-SSPI-authenticatio.patch Description: Binary data