pgsql: Doc: indexUnchanged is strictly a hint.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Doc: indexUnchanged is strictly a hint.
Дата
Msg-id E1qvKG4-0028NA-Pl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: indexUnchanged is strictly a hint.

Clearly spell out the limitations of aminsert()'s indexUnchanged hinting
mechanism in the index AM documentation.

Oversight in commit 9dc718bd, which added the "logically unchanged
index" hint (which is used to trigger bottom-up index deletion).

Author: Peter Geoghegan <pg@bowt.ie>
Reported-By: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAH2-WzmU_BQ=-H9L+bxTSMQBqHMjp1DSwGypvL0gKs+dTOfkKg@mail.gmail.com
Backpatch: 14-, where indexUnchanged hinting was introduced.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/be2502947f299a8f8f076e49eb74289558654368

Modified Files
--------------
doc/src/sgml/indexam.sgml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Assert that buffers are marked dirty before XLogRegisterBuffer()
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix problems when a plain-inheritance parent table is excluded.