Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: nagata(at)sraoss(dot)co(dot)jp
Cc: coelho(at)cri(dot)ensmp(dot)fr, ishii(at)sraoss(dot)co(dot)jp, thomas(dot)munro(at)gmail(dot)com, m(dot)polyakova(at)postgrespro(dot)ru, alvherre(at)2ndquadrant(dot)com, pgsql-hackers(at)postgresql(dot)org, teodor(at)sigaev(dot)ru
Subject: Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Date: 2022-03-20 00:52:06
Message-ID: 20220320.095206.485736666092874402.t-ishii@sranhm.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Yugo,

I have looked into the patch and I noticed that <xref
linkend=... endterm=...> is used in pgbench.sgml. e.g.

<xref linkend="failures-and-retries" endterm="failures-and-retries-title"/>

AFAIK this is the only place where "endterm" is used. In other places
"link" tag is used instead:

<link linkend="failures-and-retries">Failures and Serialization/Deadlock Retries</link>

Note that the rendered result is identical. Do we want to use the link tag as well?

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2022-03-20 02:53:13 Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Previous Message Justin Pryzby 2022-03-19 21:46:13 Re: Schema variables - new implementation for Postgres 15