SPITupleTable members missing in docs
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: pgsql-docs@lists.postgresql.org
Date: 2019-06-14T10:55:20Z
Lists: pgsql-docs
Attachments
- spitupletable.patch (application/octet-stream) patch
Commit 3d13623d75d3206c8f009353415043a191ebab39 added the next and subid fields to the SPITupleTable struct, but they never made it into the documentation. While these are internal members, we already document several other internal ones (with a sentence on not using them) so add these too to make the documentation match reality. Since this makes the number of internal members far outnumber the public ones, also reword the statement about which fields can be used to try and improve clarity. cheers ./daniel
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