pgsql: Fix incorrect variable type in set_rel_consider_parallel().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix incorrect variable type in set_rel_consider_parallel().
Дата
Msg-id E1cBkw0-0006mo-Ea@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect variable type in set_rel_consider_parallel().

func_parallel() returns char not Oid.  Harmless, but still wrong.

Amit Langote

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect variable type in set_rel_consider_parallel().
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Add --no-blobs option to pg_dump