Revert "Add support for Kerberos credential delegation"
authorStephen Frost <[email protected]>
Sat, 8 Apr 2023 11:21:35 +0000 (07:21 -0400)
committerStephen Frost <[email protected]>
Sat, 8 Apr 2023 11:21:35 +0000 (07:21 -0400)
commit3d03b24c350ab060bb223623bdff38835bd7afd0
tree26137687e4b234c47de0140295baaed9928cc968
parentdb4f21e4a34b1d5a3f7123e28e77f575d1a971ea
Revert "Add support for Kerberos credential delegation"

This reverts commit 3d4fa227bce4294ce1cc214b4a9d3b7caa3f0454.

Per discussion and buildfarm, this depends on APIs that seem to not
be available on at least one platform (NetBSD).  Should be certainly
possible to rework to be optional on that platform if necessary but bit
late for that at this point.

Discussion: https://postgr.es/m/3286097.1680922218@sss.pgh.pa.us
36 files changed:
contrib/dblink/dblink.c
contrib/dblink/expected/dblink.out
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/option.c
contrib/postgres_fdw/sql/postgres_fdw.sql
doc/src/sgml/config.sgml
doc/src/sgml/dblink.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/postgres-fdw.sgml
src/backend/catalog/system_views.sql
src/backend/foreign/foreign.c
src/backend/libpq/auth.c
src/backend/libpq/be-gssapi-common.c
src/backend/libpq/be-secure-gssapi.c
src/backend/utils/activity/backend_status.c
src/backend/utils/adt/pgstatfuncs.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/guc_tables.c
src/backend/utils/misc/postgresql.conf.sample
src/include/catalog/pg_proc.dat
src/include/libpq/auth.h
src/include/libpq/be-gssapi-common.h
src/include/libpq/libpq-be.h
src/include/utils/backend_status.h
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure-gssapi.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/test/kerberos/Makefile
src/test/kerberos/t/001_auth.pl
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/regress/expected/rules.out