Обсуждение: pgsql: Fix and improve description of locktag types in lock.h

Поиск
Список
Период
Сортировка

pgsql: Fix and improve description of locktag types in lock.h

От
Michael Paquier
Дата:
Fix and improve description of locktag types in lock.h

The description of the lock type for speculative insertions was
incorrect, being copy-pasted from another one.

As discussed, also move the description for all the fields of lock tag
types from the structure listing lock tag types to the set of macros
setting each LOCKTAG.

Author: John Naylor
Discussion: https://postgr.es/m/CACPNZCtA0-ybaC4fFfaDq_8p_TUOLvGxZH9Dm-=TMHZJarBa7Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/752f06443fba7e906cd98987f247297663f19a16

Modified Files
--------------
src/include/storage/lock.h | 32 ++++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 deletions(-)