pgsql: Remove false comment about speculative insertion.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove false comment about speculative insertion.
Дата
Msg-id E1ZJe9u-00046I-4X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove false comment about speculative insertion.

There is no full discussion of speculative insertions in the executor
README. There is a high-level explanation in execIndexing.c, but it doesn't
seem necessary to refer it from here.

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e3a9a194b7cb70a8c01deeff9f876a2631f1be06

Modified Files
--------------
src/backend/executor/nodeModifyTable.c |    3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove false comment about speculative insertion.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Reuse all-zero pages in GIN.