mirror of
https://github.com/postgres/postgres.git
synced 2025-12-01 12:18:01 +03:00
errdetail except the string goes only to the server log, replacing the normal errdetail there. This provides a reasonably clean way of dealing with error details that are too security-sensitive or too bulky to send to the client. This commit just adds the infrastructure --- actual uses to follow.