mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
These functions were added in commitsfbe5a3fb7
anda104a017f
, but commit45639a052
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>