pgsql: Add missing entry to oauth_validator test .gitignore - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add missing entry to oauth_validator test .gitignore
Date
Msg-id E1tlDDf-000MTs-27@gemulon.postgresql.org
Whole thread Raw
List 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@sss.pgh.pa.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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove various unnecessary (char *) casts
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Trial fix for old cross-version upgrades.