pgsql: Correct type of waitMode variable in ExecInsertIndexTuples().

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Correct type of waitMode variable in ExecInsertIndexTuples().
Дата
Msg-id E1ZQd8X-0005Mq-Jj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct type of waitMode variable in ExecInsertIndexTuples().

It was a bool, even though it should be CEOUC_WAIT_MODE. That's unlikely
to have a negative effect with the current definition of bool (char),
but it's definitely wrong.

Discussion: 20150812084351.GD8470@awork2.anarazel.de
Backpatch: 9.5, where ON CONFLICT was merged

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execIndexing.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use fuzzy path cost tiebreaking rule in our oldest supported bra
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Correct type of waitMode variable in ExecInsertIndexTuples().