Re: Windows: openssl & gssapi dislike each other

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Dave Page <dpage(at)pgadmin(dot)org>, Imran Zaheer <imran(dot)zhir(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Windows: openssl & gssapi dislike each other
Date: 2025-03-26 14:47:21
Message-ID: EA7E2527-3A8D-438A-927E-13F9FB2B7667@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 26 Mar 2025, at 09:53, vignesh C <vignesh21(at)gmail(dot)com> wrote:
> On Fri, 31 Jan 2025 at 21:05, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>>
>>> On 31 Jan 2025, at 16:29, Andres Freund <andres(at)anarazel(dot)de> wrote:

>>> This #ifdef ENABLE_GSS probably isn't necessary anymore.
>>
>> Yeah, I only left it for code documentation reasons to keep readers from
>> thinking the ifdef was missing and had to go chase it in the new file. It's
>> definitely not required though I for sure don't mind removing it if others feel
>> it's pointless.
>
> Few thoughts:
> 1) I also felt that this could be removed.

Fixed.

> 2) Was the copyright year retained as 1996 intentionally for the new
> "pg-gssapi.h" file added because the contents were copied from other
> files?
> + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
> + * Portions Copyright (c) 1994, Regents of the University of California
>
> I see in few other places were new file was created, it was mentioned
> as "Copyright (c) 2025, PostgreSQL Global Development Group"

Right, this is new file but not net-new content so I retained the copyright
from the original location. We are standing on the shoulders of giants.

> 3) Apart from that, there was a small whitespace issue while applying the patch:
> git am v1-0001-Move-GSSAPI-includes-into-its-own-header.patch
> Applying: Move GSSAPI includes into its own header
> .git/rebase-apply/patch:116: new blank line at EOF.
> +
> warning: 1 line adds whitespace errors.

Fixed.

> Overall patch looks good to me.

Thanks for review! Pushed after making the above changes and taking it for
another CI run.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-03-26 14:53:15 Re: vacuum_truncate configuration parameter and isset_offset
Previous Message Daniel Gustafsson 2025-03-26 14:43:17 Re: Fix infinite loop from setting scram_iterations to INT_MAX