Mixed field in table 70.3

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Mixed field in table 70.3
Дата
Msg-id 165107073604.680.6504816042790949419@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Mixed field in table 70.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/storage-page-layout.html
Description:

The 7th line states:
pd_pagesize_version     uint16     2 bytes     Page size and layout version number
information

In fact there are two smallints, so the table should show two attributes:
pd_pagesize     uint16     2 bytes     Page size 
version        uint16     2 bytes     Layout version number information

В списке pgsql-docs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: 43.10 Trigger Functions one sentences kind of not easy to understand.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Mixed field in table 70.3