mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Fix man page whitespace issues
Whitespace between tags is significant, and in some cases it creates extra vertical space in man pages. The fix is either to remove some newlines or in some cases to reword slightly to avoid the awkward markup layout.
This commit is contained in:
@ -332,7 +332,7 @@ typedef struct SPITupleTable
|
||||
SubTransactionId subid; /* subxact in which tuptable was created */
|
||||
} SPITupleTable;
|
||||
</programlisting>
|
||||
<structfield>tupdesc</structfield>,
|
||||
The fields <structfield>tupdesc</structfield>,
|
||||
<structfield>vals</structfield>, and
|
||||
<structfield>numvals</structfield>
|
||||
can be used by SPI callers; the remaining fields are internal.
|
||||
|
Reference in New Issue
Block a user