Re: Make ON_ERROR_STOP stop on shell script failure

From: bt22nakamorit <bt22nakamorit(at)oss(dot)nttdata(dot)com>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Make ON_ERROR_STOP stop on shell script failure
Date: 2022-10-07 10:41:16
Message-ID: 1de37597cb5050b6d3d76def2826dcd4@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2022-10-07 17:16 Fujii Masao wrote:
> The patch failed to be applied into the master cleanly. Could you
> rebase it?
>
> patching file src/bin/psql/common.c
> Hunk #1 succeeded at 94 (offset 4 lines).
> Hunk #2 succeeded at 104 (offset 4 lines).
> Hunk #3 succeeded at 133 (offset 4 lines).
> Hunk #4 succeeded at 1869 with fuzz 1 (offset 1162 lines).
> Hunk #5 FAILED at 2624.
> 1 out of 5 hunks FAILED -- saving rejects to file
> src/bin/psql/common.c.rej

Thank you for checking.
I edited the patch so that it would apply to the latest master branch.
Please mention if there are any other problems.

Best,
Tatsuhiro Nakamori

Attachment Content-Type Size
stop_error3.patch text/x-diff 9.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2022-10-07 11:00:50 Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Previous Message Amit Langote 2022-10-07 10:17:52 Re: Eliminating SPI from RI triggers - take 2