Обсуждение: pgsql: Fix logic for adding "parallel worker" context line to worker er

Поиск
Список
Период
Сортировка

pgsql: Fix logic for adding "parallel worker" context line to worker er

От
Tom Lane
Дата:
Fix logic for adding "parallel worker" context line to worker errors.

The previous coding here was capable of adding a "parallel worker" context
line to errors that were not, in fact, returned from a parallel worker.
Instead of using an errcontext callback to add that annotation, just paste
it onto the message by hand; this looks uglier but is more reliable.

Discussion: <19757.1472151987@sss.pgh.pa.us>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9dca62e9ff3db2f482c829884b24a425692a5a18

Modified Files
--------------
src/backend/access/transam/parallel.c | 54 +++++++++++++++++------------------
1 file changed, 27 insertions(+), 27 deletions(-)