postgresql/src/backend/storage
Peter Geoghegan ae7291acbc Standardize ItemIdData terminology.
The term "item pointer" should not be used to refer to ItemIdData
variables, since that is needlessly ambiguous.  Only
ItemPointerData/ItemPointer variables should be called item pointers.

To fix, establish the convention that ItemIdData variables should always
be referred to either as "item identifiers" or "line pointers".  The
term "item identifier" already predominates in docs and translatable
messages, and so should be the preferred alternative there.

Discussion: https://postgr.es/m/CAH2-Wz=c=MZQjUzde3o9+2PLAPuHTpVZPPdYxN=E4ndQ2--8ew@mail.gmail.com
2019-05-13 15:53:39 -07:00
..
buffer Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00
file Simplify some ERROR paths clearing wait events and transient files 2019-04-17 09:51:45 +09:00
freespace Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30
ipc Unify error messages 2019-04-24 09:26:13 -04:00
large_object Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
lmgr Fix SxactGlobalXmin tracking. 2019-05-09 20:32:26 +12:00
page Standardize ItemIdData terminology. 2019-05-13 15:53:39 -07:00
smgr Fix function names in comments. 2019-04-25 23:43:48 +09:00
sync Fix function names in comments. 2019-04-25 23:43:48 +09:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00