Re: REFRESH MATERIALIZED VIEW error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Given, Robert A" <bgiven(at)bu(dot)edu>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: REFRESH MATERIALIZED VIEW error
Date: 2023-10-04 23:03:45
Message-ID: 2648294.1696460625@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Given, Robert A" <bgiven(at)bu(dot)edu> writes:
> After an OS upgrade from CentOS 7 to RHEL 9.2, our Materialized Views are not getting refreshed. We are receiving this error:
>> From log...
> 2023-10-04 00:04:01.885 EDT [235717] ERROR: could not access file "$libdir/file_fdw": No such file or directory

You didn't install the file_fdw.so library that underlies the file_fdw
extension.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Smith 2023-10-05 02:21:29 Re: [16+] subscription can end up in inconsistent state
Previous Message Tom Lane 2023-10-04 23:02:09 Re: BUG #18146: Rows reappearing in Tables after Auto-Vacuum Failure in PostgreSQL on Windows