diff options
author | Tom Lane | 2016-08-26 14:07:28 +0000 |
---|---|---|
committer | Tom Lane | 2016-08-26 14:07:28 +0000 |
commit | fbf28b6b52c269188262a87247adb2c359acd6c5 (patch) | |
tree | a97d45be7b437ee563cee88b42f589cd11104c11 /src/backend/access/gist/gist.c | |
parent | ae025a15988f5491903cd3a2075f308c2773f711 (diff) |
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: <[email protected]>
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions