From 13bf801a255aaa18c43f0d17e24ffdb03a77ca31 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 22 Jul 2016 11:32:23 -0400 Subject: Remove GetUserMappingId() and GetUserMappingById(). 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: --- doc/src/sgml/fdwhandler.sgml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 9137a965a70..0c1db070ed8 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -1323,20 +1323,6 @@ GetForeignTable(Oid relid); -UserMapping * -GetUserMappingById(Oid umid); - - - This function returns the UserMapping object for - the given user mapping OID. The OID of a user mapping for a foreign scan - is available in the RelOptInfo. - If there is no mapping for the OID, this function will throw an error. - A UserMapping object contains properties of the - user mapping (see foreign/foreign.h for details). - - - - List * GetForeignColumnOptions(Oid relid, AttrNumber attnum); -- cgit v1.2.3