Remove GetUserMappingId() and GetUserMappingById().

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 22 July 2016 10:32 UTC

These functions were added in commits fbe5a3fb7 and a104a017f, but commit 45639a052 removed their only callers. Put the related code in foreign.c back to the way it was in 9.5, to avoid pointless cross-version diffs.

Etsuro Fujita

Patch:

13bf801 Remove GetUserMappingId() and GetUserMappingById().
doc/src/sgml/fdwhandler.sgml | 14 -----
src/backend/foreign/foreign.c | 122 ++++++-----------------------------------
src/include/foreign/foreign.h | 2 -
3 files changed, 17 insertions(+), 121 deletions(-)

Upstream: git.postgresql.org


  • Share