Remove GetUserMappingId() and GetUserMappingById().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 13bf801a255aaa18c43f0d17e24ffdb03a77ca31
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-22T15:32:23Z
Releases: 9.6.0
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: <d674a3f1-6b63-519c-ef3f-f3188ed6a178@lab.ntt.co.jp>

Files

PathChange+/−
doc/src/sgml/fdwhandler.sgml modified +0 −14
src/backend/foreign/foreign.c modified +17 −105
src/include/foreign/foreign.h modified +0 −2

Documentation touched