]> granicus.if.org Git - postgresql/commit
Remove GetUserMappingId() and GetUserMappingById().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Jul 2016 15:32:23 +0000 (11:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Jul 2016 15:32:23 +0000 (11:32 -0400)
commit13bf801a255aaa18c43f0d17e24ffdb03a77ca31
tree732808818ebd1b167af3cd319cefb81ed17fbdcb
parentd70d119151d8e3442500be5e372439ef8805ec2b
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>
doc/src/sgml/fdwhandler.sgml
src/backend/foreign/foreign.c
src/include/foreign/foreign.h