Re: cache lookup failed for function 1 on fmgr_info_cxt_security,fmgr.c:184 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: cache lookup failed for function 1 on fmgr_info_cxt_security,fmgr.c:184
Date
Msg-id e18b015e-fb56-0643-80bf-05ff5164e935@aklaver.com
Whole thread Raw
In response to cache lookup failed for function 1 on fmgr_info_cxt_security,fmgr.c:184  (Soni <diptatapa@gmail.com>)
Responses Re: cache lookup failed for function 1 on fmgr_info_cxt_security,fmgr.c:184  (Soni <diptatapa@gmail.com>)
List pgsql-general
On 4/21/19 9:14 PM, Soni wrote:
> Hello All,
> 
> CentOS Linux release 7.5.1804 (Core)
> Postgres 10.7.
> 
> When "create extension "uuid-ossp"", I got :
> 2019-04-22 02:41:53.323 UTC [10305] XX000ERROR:  XX000: cache lookup 
> failed for function 1
> 2019-04-22 02:41:53.323 UTC [10305] XX000LOCATION: 
> fmgr_info_cxt_security, fmgr.c:184
> 2019-04-22 02:41:53.323 UTC [10305] XX000STATEMENT:  create extension 
> "uuid-ossp" ;
> I tried reinstall contrib module and even all postgres component, but 
> still no luck.
> Try restarting the server also but no luck.
> Any idea how to resolve this ?

How and where are you installing Postgres and -contrib from?

Is the user you are running CREATE EXTENSION a superuser?

> 
> Thanks,
> Soni
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: cache lookup failed for function 1 on fmgr_info_cxt_security, fmgr.c:184
Next
From: Souvik Bhattacherjee
Date:
Subject: Is it possible to store the output of EXPLAIN into a table