pgsql: Fix rebasing mistake in nodeGather.c

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix rebasing mistake in nodeGather.c
Дата
Msg-id E1Zvolf-0001yU-0W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix rebasing mistake in nodeGather.c

The patches committed as 6e71dd7ce9766582da453f493bc371d64977282f
and 3a1f8611f2582df0a16bcd35caed2e1526387643 were developed in
parallel but dependent on each other in a way that I failed to
notice.

This patch to fix the problem was prepared by Amit Kapila.

Branch
------
master

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

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


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add a dummy return statement to TupleQueueRemap.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Modify tqueue infrastructure to support transient record types.