diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-11 14:22:00 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-11 14:22:00 -0500 |
commit | 6f6943fc94ada145c0af5f62f719abad73825e5b (patch) | |
tree | cfbbfcaaecebbff387c8bd5812081a955e3f589d /src/backend/executor/execParallel.c | |
parent | 98e93a1fc93e9b54eb477d870ec744e9e1669f34 (diff) | |
download | postgresql-6f6943fc94ada145c0af5f62f719abad73825e5b.tar.gz postgresql-6f6943fc94ada145c0af5f62f719abad73825e5b.zip |
Improve error message for missing extension.
If we get ENOENT while trying to read an extension control file,
report that as a missing extension (with a HINT to install it)
rather than as a filesystem access problem. The message wording
was extensively bikeshedded in hopes of pointing people to the
idea that they need to do a software installation before they
can install the extension into the current database.
Nathan Bossart, with review/wording suggestions from Daniel
Gustafsson, Chapman Flack, and myself
Discussion: https://postgr.es/m/3950D56A-4E47-48E7-BF9B-F5F22E268BE7@amazon.com
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions