Re: Issue with postgresql13-contrib 13.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jayson Hreczuck <jayson(dot)hreczuck(at)studentuniverse(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Issue with postgresql13-contrib 13.2
Date: 2021-04-05 16:15:25
Message-ID: 554678.1617639325@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jayson Hreczuck <jayson(dot)hreczuck(at)studentuniverse(dot)com> writes:
> ERROR: could not load library "/usr/pgsql-13/lib/postgres_fdw.so":
> /usr/pgsql-13/lib/postgres_fdw.so: undefined symbol: make_restrictinfo_new

You are evidently trying to load a postgres_fdw.so built against 13.2
into a 13.0 or 13.1 server. You need to update the server.

(We don't normally introduce such ABI breaks into released branches,
but sometimes there's no other way to fix an important bug.)

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jayson Hreczuck 2021-04-05 16:20:28 Re: Issue with postgresql13-contrib 13.2
Previous Message Sachin Kumar 2021-04-05 16:01:20 Re: Question