forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda18d82
committed
Fix function name in error hint
pg_read_file() is the function that's in core, pg_file_read() is inadminpack. But when using pg_file_read() in adminpack it calls the *C*level function pg_read_file() in core, which probably threw the originalauthor off. But the error hint should be about the SQL function.Reported-By: Sergei KornilovBackpatch-through: 11Discussion:https://postgr.es/m/373021616060475@mail.yandex.ru1 parented62d37 commitda18d82
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
|
0 commit comments
Comments
(0)