Report proper GUC parameter names in error messages
Gurjeet Singh <singh.gurjeet@gmail.com>
From: Gurjeet Singh <singh.gurjeet@gmail.com>
To: PGSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-09-05T22:57:53Z
Lists: pgsql-hackers
Attachments
- proper_GUC_names.patch (application/octet-stream) patch
Error messages when terminating xlog redo leads the user to believe that there are parameters named max_prepared_xacts and max_locks_per_xact, which is not true. This patch corrects the parameter names emitted in the logs. Best regards, -- Gurjeet Singh