Re: pgsql: Fix .gitignore for src/interfaces/libpq-oauth.

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix .gitignore for src/interfaces/libpq-oauth.
Date: 2025-09-02 15:25:45
Message-ID: CAOYmi+kbKRaKO1HvrCMZJGAkva99tJxKFWGT+1fomXefCC_kFQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Aug 29, 2025 at 9:06 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Fix .gitignore for src/interfaces/libpq-oauth.
>
> This missed files created when running the oauth tests.

Thanks for the fix!

> Branch
> ------
> REL_18_STABLE

Note that 18 doesn't have a `check` target yet -- I backported the
build fixes, but not the test suite itself. (That doesn't seem to have
any stability problems so far, so it probably makes sense for me to
backport it soon.)

--Jacob

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-09-02 17:51:11 pgsql: Improve error message for duplicate labels when creating an enum
Previous Message Jacob Champion 2025-09-02 15:18:42 Re: pgsql: oauth: Add unit tests for multiplexer handling