diff options
author | Magnus Hagander <magnus@hagander.net> | 2021-03-18 11:17:42 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2021-03-18 11:22:20 +0100 |
commit | da18d829c28197efb04805a43f129f62650e50c8 (patch) | |
tree | be48452df3b5c488e0feb0eecf062a9b57f2b812 /src/backend/utils/adt/ruleutils.c | |
parent | ed62d3737c1b823f796d974060b1d0295a3dd831 (diff) | |
download | postgresql-da18d829c28197efb04805a43f129f62650e50c8.tar.gz postgresql-da18d829c28197efb04805a43f129f62650e50c8.zip |
Fix function name in error hint
pg_read_file() is the function that's in core, pg_file_read() is in
adminpack. But when using pg_file_read() in adminpack it calls the *C*
level function pg_read_file() in core, which probably threw the original
author off. But the error hint should be about the SQL function.
Reported-By: Sergei Kornilov
Backpatch-through: 11
Discussion: https://postgr.es/m/373021616060475@mail.yandex.ru
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions