pgsql: Don't clobber the calling user's credentials cache in Kerberos t

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't clobber the calling user's credentials cache in Kerberos t
Date: 2021-01-25 19:53:28
Message-ID: E1l47vU-0006TS-MM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't clobber the calling user's credentials cache in Kerberos test.

Embarrassing oversight in this test script, which fortunately is not
run by default.

Report and patch by Jacob Champion.

Discussion: https://postgr.es/m/1fcb175bafef6560f47a8c31229fa7c938486b8d.camel@vmware.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/366d302d14f7b12a911c49d25645da627163e4f1

Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-01-25 20:23:04 pgsql: Fix two typos in snapbuild.c.
Previous Message Tom Lane 2021-01-25 18:04:13 pgsql: Fix broken ruleutils support for function TRANSFORM clauses.