pgsql: Fix .gitignore for src/interfaces/libpq-oauth.
Fix .gitignore for src/interfaces/libpq-oauth.
This missed files created when running the oauth tests.
Branch
------
REL_18_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0c97c72f3f4a6b7daa7873c7ef8e432661f4e070
Modified Files
--------------
src/interfaces/libpq-oauth/.gitignore | 3 +++
1 file changed, 3 insertions(+)
On Fri, Aug 29, 2025 at 9:06 AM Tom Lane <tgl@sss.pgh.pa.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