Re: Add session statistics to pg_stat_database

From: Georgios <gkokolatos(at)protonmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "tomas(dot)vondra(at)enterprisedb(dot)com" <tomas(dot)vondra(at)enterprisedb(dot)com>
Subject: Re: Add session statistics to pg_stat_database
Date: 2020-11-12 08:44:09
Message-ID: Eo4K773erR3zc5S6LhI866P7ksXojiFQ_9M-H-t70L5eZl7xDEZXBA_yRlzOxkAfPb18KjSXbuBl6NF9bSFxzfIFKFThCxdtunRfJ7Ik_fg=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, November 12, 2020 9:31 AM, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> wrote:

> I wrote:
>
> > On Tue, 2020-11-10 at 15:03 +0000, Georgios Kokolatos wrote:
> >
> > > I noticed that the cfbot fails for this patch.
> > > For this, I am setting the status to: 'Waiting on Author'.
> >
> > Thanks for noticing, it was only the documentation build.
> > Version 5 attached, status changed back to "waiting for review".
>
> The patch is still failing, so I looked again:
>
> make[3]: Entering directory '/home/travis/build/postgresql-cfbot/postgresql/doc/src/sgml'
> { \
> echo "<!ENTITY version \"14devel\">"; \
>
> echo "<!ENTITY majorversion \\"14\\">"; \\
>
>
> } > version.sgml
> '/usr/bin/perl' ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml
> '/usr/bin/perl' ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml
> '/usr/bin/perl' ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml
> '/usr/bin/perl' ./generate-keywords-table.pl . > keywords-table.sgml
> /usr/bin/xmllint --path . --noout --valid postgres.sgml
> error : Unknown IO error
> postgres.sgml:21: /usr/bin/bison -Wno-deprecated -d -o gram.c gram.y
> warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
> ]>
>
> ^
>
>
> postgres.sgml:23: element book: validity error : No declaration for attribute id of element book
> <book id="postgres">
>
> ^
>
>
> postgres.sgml:24: element title: validity error : No declaration for element title
> <title>PostgreSQL &version; Documentation</title>
>
> I have the impression that this is not the fault of my patch, something seems to be
> wrong with the cfbot.
>
> I see that other patches are failing with the same error.

You are indeed correct. Unfortunately the cfbot is a bit unstable due
to some issues related to the documentation. I alerted a contributor
and he was quick to try to address the issue in pgsql-www [1].

Thank you very much for looking and apologies for the chatter.

>
> Yours,
> Laurenz Albe

[1] https://www.postgresql.org/message-id/E2EE6B76-2D96-408A-B961-CAE47D1A86F0%40yesql.se

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2020-11-12 08:47:48 Re: Implementing Incremental View Maintenance
Previous Message Laurenz Albe 2020-11-12 08:31:20 Re: Add session statistics to pg_stat_database