Re: SPITupleTable members missing in docs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>, pgsql-docs@lists.postgresql.org,
Michael Paquier <michael@paquier.xyz>
Date: 2019-07-17T18:56:18Z
Lists: pgsql-docs
Daniel Gustafsson <daniel@yesql.se> writes: >> On 15 Jul 2019, at 23:18, Fabien COELHO <coelho@cri.ensmp.fr> wrote: >> 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. > Of course, that was me fat-fingering. Fixed in the attached v3. Thanks for > reviewing! Pushed with some marginal additional fiddling with the comments. regards, tom lane
Commits
-
Clarify the distinction between public and private SPITupleTable fields.
- fec0778c8098 13.0 landed
-
Prevent leakage of SPI tuple tables during subtransaction abort.
- 3d13623d75d3 9.4.0 cited