[COMMITTERS] pgsql: Add regression tests exercising the non-hashed code paths innod

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Add regression tests exercising the non-hashed code paths innod
Дата
Msg-id E1dgHTc-0005o7-Fk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add regression tests exercising the non-hashed code paths in nodeSetop.c.

Perusal of the code coverage report shows that the existing regression
test cases for INTERSECT and EXCEPT seemingly all prefer the SETOP_HASHED
implementation.  Add some test cases in which we force use of the
SETOP_SORTED mode.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6efca23cc039b6a0b25d2ebf4a22ab7363d17fcf

Modified Files
--------------
src/test/regress/expected/union.out | 90 +++++++++++++++++++++++++++++++++++++
src/test/regress/sql/union.sql      | 28 ++++++++++++
2 files changed, 118 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Add example for inet vs cidr difference
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Be more thorough about cleaning out gcov litter.