Re: [HACKERS] pgbench more operators & functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Raúl Marín Rodríguez <rmrodriguez(at)carto(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] pgbench more operators & functions
Date: 2017-12-04 15:31:20
Message-ID: alpine.DEB.2.20.1712041313100.13084@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> I'm not sure why it wasn't failing before, but I have issues building the
> doc:
>
> + <xref linkend="pgbench-operators"> are built into
> <application>pgbench</application>
> Missing '/' to close the xref

Indeed, missing xml-ization. The format was still SGML when the patch was
developed.

> + <entry><literal>1 &amp 3</literal></entry>
> Expecting ';' as the previous use (&amp;)

Indeed, a typo.

>> Regenerated v15 that applies cleanly on head. No changes.

Attached v16 fixes those two errors. I regenerated the documentation with
the new xml toolchain, and made "check" overall and in pgbench.

Thanks for the debug,

--
Fabien.

Attachment Content-Type Size
pgbench-more-ops-funcs-16.patch text/x-diff 46.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2017-12-04 15:35:31 Re: [HACKERS] Surjective functional indexes
Previous Message Nikhil Sontakke 2017-12-04 15:15:30 Re: [HACKERS] logical decoding of two-phase transactions