pgsql: Correct obsolete UNION hash aggs comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Correct obsolete UNION hash aggs comment.
Дата
Msg-id E1k0Zko-0005To-Ca@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct obsolete UNION hash aggs comment.

Oversight in commit 1f39bce0, which added disk-based hash aggregation.

Backpatch: 13-, where disk-based hash aggregation was introduced.

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/prep/prepunion.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Doc: Remove obsolete CREATE AGGREGATE note.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Rename another "hash_mem" local variable.