Re: SPITupleTable members missing in docs

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-docs@lists.postgresql.org, Michael Paquier <michael@paquier.xyz>
Date: 2019-07-15T21:18:33Z
Lists: pgsql-docs
> I quite like this suggestion, so I’ve changed the patch to do this.  Removed
> the doc: in the commit message to indicate that this is no longer just touching
> documentation.

About v2: applies cleanly, compiles, make check and doc gen ok.

However, the documentation does not look right, field comments are not 
aligned. Do not use tabs in the sgml file, use spaces only, otherwise the 
display layout is left to chance.

-- 
Fabien.

Commits

  1. Clarify the distinction between public and private SPITupleTable fields.

  2. Prevent leakage of SPI tuple tables during subtransaction abort.