Convert datetime input functions to use "soft" error reporting.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c60488b4748b4316f1c92d62457671046e5c8994
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-12-09T21:07:49Z
Releases: 16.0
Convert datetime input functions to use "soft" error reporting.

This patch converts the input functions for date, time, timetz,
timestamp, timestamptz, and interval to the new soft-error style.
There's some related stuff in formatting.c that remains to be
cleaned up, but that seems like a separable project.

Discussion: https://postgr.es/m/3bbbb0df-7382-bf87-9737-340ba096e034@postgrespro.ru

Files

Discussion