Re: Errors when restoring backup created by pg_dumpall

Adrian Klaver <adrian.klaver@aklaver.com>

From: Adrian Klaver <adrian.klaver@aklaver.com>
To: PopeRigby <poperigby@mailbox.org>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>, "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2024-12-13T16:46:56Z
Lists: pgsql-general
On 12/12/24 22:19, PopeRigby wrote:
> On 12/10/24 21:22, Adrian Klaver wrote:
>> On 12/10/24 19:05, PopeRigby wrote:

>>
>> If I am following correctly I believe you need this one:
>>
>> https://www.postgresql.org/message-id/attachment/166859/v2-0002-Use-new-style-SQL-function-in-earthdistance-exten.patch
>>
>> It has the changes that include the schema qualifications. The one you 
>> used does not have those modifications.
>>
> Beautiful. How can I follow this so I know when it gets upstream?
> 


You can check here:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=contrib/earthdistance;h=282f5a80b204a488b5c8ec6d24eaaab8a714bfaf;hb=HEAD

and see when the earthdistance--1.1--1.2.sql and earthdistance--1.2.sql
scripts show up.

Though a formal release won't happen until the dates listed here:

https://www.postgresql.org/developer/roadmap/

with nearest one being February 13th, 2025.

FYI, these are target dates and not set in stone.

-- 
Adrian Klaver
adrian.klaver@aklaver.com




Commits

  1. contrib/earthdistance: Use SQL-standard function bodies.