Thread
-
Report proper GUC parameter names in error messages
Gurjeet Singh <singh.gurjeet@gmail.com> — 2012-09-05T22:57:53Z
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
-
Re: Report proper GUC parameter names in error messages
Tom Lane <tgl@sss.pgh.pa.us> — 2012-09-06T01:50:08Z
Gurjeet Singh <singh.gurjeet@gmail.com> writes: > 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. Good catch --- applied. regards, tom lane