Documentation broken due to typo

Started by Jeff Davisover 16 years ago2 messageshackers
Jump to latest
#1Jeff Davis
pgsql@j-davis.com

The following commit to release-8.5.sgml:

http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e043393bcc7ed484c3e3cd6a1ce4c63651ab46be

broke the documentation (no end tag). Wouldn't the buildfarm notice
this, or does it not build the docs?

Regards,
Jeff Davis

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jeff Davis (#1)
Re: Documentation broken due to typo

Jeff Davis <pgsql@j-davis.com> writes:

The following commit to release-8.5.sgml:
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e043393bcc7ed484c3e3cd6a1ce4c63651ab46be

broke the documentation (no end tag).

Ooops, my fault.

Wouldn't the buildfarm notice
this, or does it not build the docs?

The buildfarm wouldn't have, but this page is supposed to:
http://developer.postgresql.org/pgdocs/postgres/buildlog.html
It seems not to be working very well though ...

regards, tom lane