Re: BUG #15530: unable restore index on function from earthdistance contrib

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15530: unable restore index on function from earthdistance contrib
Date: 2018-12-03 12:00:32
Message-ID: a1ef1a29-8e56-2183-1ba1-ba3f1319ba65@zsrv.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello

I think we can fix this issue by marking SQL language functions "set
search_path from current". Both "alter extension" and "create extension"
provided correct search_path and we can save it by native "set from
current" feature. Please see attached patch.

regards, Sergei

Attachment Content-Type Size
earthdistance_search_path_bug15530_v001.patch text/x-patch 2.0 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Gierth 2018-12-03 14:57:25 Re: BUG #15530: unable restore index on function from earthdistance contrib
Previous Message Ananth Thomas 2018-12-03 05:21:27 Postgres Sequence issue