pgsql: Doc: Refer to line pointers as item identifiers.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Doc: Refer to line pointers as item identifiers.
Дата
Msg-id E1hQJbS-0000Sc-DB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: Refer to line pointers as item identifiers.

An upcoming HEAD-only patch will standardize the terminology around
ItemIdData variables/line pointers, ending the practice of referring to
them as "item pointers".  Make the "Database Page Layout" docs
consistent with the new policy.  The term "item identifier" is already
used in the same section, so stick with that.

Discussion: https://postgr.es/m/CAH2-Wz=c=MZQjUzde3o9+2PLAPuHTpVZPPdYxN=E4ndQ2--8ew@mail.gmail.com
Backpatch: All supported branches.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08ca9d7feca890e97f77ef1fde02d7542a54ac5e

Modified Files
--------------
doc/src/sgml/storage.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve commentary about hack in is_publishable_class().
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Standardize ItemIdData terminology.