hint Consider using pg_file_read()

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: hint Consider using pg_file_read()
Date: 2021-03-18 09:57:46
Message-ID: 373021616060475@mail.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message iwata.aya@fujitsu.com 2021-03-18 10:01:43 RE: libpq debug log
Previous Message Fujii Masao 2021-03-18 09:48:50 Re: Type of wait events WalReceiverWaitStart and WalSenderWaitForWAL