forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5eb70c
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 parent2111b40 commita5eb70c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
|
0 commit comments
Comments
(0)