summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
diff options
context:
space:
mode:
authorAlvaro Herrera2022-09-20 16:50:16 +0000
committerAlvaro Herrera2022-09-20 16:50:16 +0000
commit3d53b9ef1a4cda7b6303a0496f8531eceeef0e77 (patch)
treee9d89ace40c397ec331edd76cda894b34977c3fb /src/backend/utils/adt/jsonb_util.c
parent152c9f7b8f01437780d9f87bfe945bba47efdd0a (diff)
Fix `trap` in a few shell scripts
The original `trap` lines in these scripts are incomplete: in case of any signal, they delete the working directory but let the script run to completion, which is useless because it will only proceed to complain about the working directory being removed. Add `exit` there, with the original exit value (not rm's). Since this is mostly just cosmetic, no backpatch. Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions