Use "data directory" not "current directory" in error messages.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2333803d84ddabedc5ec5940a180245b4d4dfcca
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-03-16T16:04:08Z
Releases: 16.0
Use "data directory" not "current directory" in error messages.

The user receiving the message might not understand where the
server's "current directory" is.  "Data directory" seems clearer.
(This would not be good for frontend code, but both of these
messages are only issued in the backend.)

Kyotaro Horiguchi

Discussion: https://postgr.es/m/20230316.111646.1564684434328830712.horikyota.ntt@gmail.com

Files

Discussion