Paul Stavrides <pstav123(at)adelie(dot)net> writes:
> My crime was using a 'c' comment to keep track of the changes I made in
> the postgress_ext.h file:
Ah so. The genbki script needs to be more careful about what it will
match --- #define with a comment marker in front of it shouldn't match.
> The post-processing of this file in genbki.sh will fail and not stop the
> build process. I am not an sh/sed naive but I think one of the sed
> commands needs an if <clause> fi || exit type mod to keep this happening
> in the future.
Yeah, some more error checking is needed there too. I'll see what I can
do.
regards, tom lane