Re: hint Consider using pg_file_read()

2021-03-18 Thread Sergei Kornilov
I noticed that the fix has been committed, thank you! regards, Sergei

Re: hint Consider using pg_file_read()

2021-03-18 Thread Magnus Hagander
On Thu, Mar 18, 2021 at 10:58 AM Sergei Kornilov wrote: > > Hello > In src/backend/utils/adt/genfile.c in pg_read_file we have errhint > > > errhint("Consider using %s, which is part of core, instead.", > >"pg_file_read()") > > Shouldn't pg_read_file

hint Consider using pg_file_read()

2021-03-18 Thread Sergei Kornilov
Hello In src/backend/utils/adt/genfile.c in pg_read_file we have errhint > errhint("Consider using %s, which is part of core, instead.", >"pg_file_read()") Shouldn't pg_read_file() be written here? regards, Sergei