Re: genbki stricter error handling

2021-06-23 Thread Tom Lane
Peter Eisentraut writes: > I propose the attached patch to make genbki.pl error out if it > encounters any errors in this routine, while preserving the property > that all errors in one run are reported. +1, looks sane in a quick read-through. regards, tom lane

genbki stricter error handling

2021-06-23 Thread Peter Eisentraut
if it encounters any errors in this routine, while preserving the property that all errors in one run are reported. From 7a0c042afa3be15f3b4aedc4c90cc12929d4630f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 23 Jun 2021 11:17:07 +0200 Subject: [PATCH] genbki stricter error han