pgsql: Remove GetUserMappingId() and GetUserMappingById().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove GetUserMappingId() and GetUserMappingById().
Date: 2016-07-22 15:32:30
Message-ID: E1bQcRC-0003wk-Lz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)lab(dot)ntt(dot)co(dot)jp>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/13bf801a255aaa18c43f0d17e24ffdb03a77ca31

Modified Files
--------------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-22 19:41:50 pgsql: Fix regression tests to work in Welsh locale.
Previous Message Tom Lane 2016-07-21 20:53:04 pgsql: Make contrib regression tests safe for Danish locale.