OSDN Git Service

Add textporter_exit_on_segv parameter.
authorFujii Masao <fujii@postgresql.org>
Wed, 14 Jul 2021 13:08:31 +0000 (22:08 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 14 Jul 2021 13:31:10 +0000 (22:31 +0900)
commita28567997ebc1e47c3bf79680836ccfa5f9f221a
treeb3e6d4e7ff80cf05ea59491cfaae478dd7c62d7d
parent14448f81d8d167a8a0d358e9a6a6b4a4c1887561
Add textporter_exit_on_segv parameter.

If off, which is the default, segmentation fault caused by textporter
will lead to the server crash. If on, only the current session calling
pgs2textporter1 function and causing textpoter to throw
segmentation fault will be terminated.
input/textporter.source
ludia_funcs.c
output/textporter.source
output/textporter_1.source