pgsql: Add missing entry to oauth_validator test .gitignore

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing entry to oauth_validator test .gitignore
Date: 2025-02-20 20:32:26
Message-ID: E1tlDDf-000MTs-27@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing entry to oauth_validator test .gitignore

Commit b3f0be788 accidentally missed adding the oauth client test
binary to the relevant .gitignore.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/2839306.1740082041@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c53dec7f4407c022f8b83e1a63fe0ae1bbb4dc2

Modified Files
--------------
src/test/modules/oauth_validator/.gitignore | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-02-20 21:17:07 Re: pgsql: Trial fix for old cross-version upgrades.
Previous Message Peter Eisentraut 2025-02-20 18:58:30 pgsql: Remove various unnecessary (char *) casts