[COMMITTERS] pgsql: Remove obsolete comments about functional dependencies

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: Remove obsolete comments about functional dependencies
Дата
Msg-id E1daOTH-0008Jt-HU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete comments about functional dependencies

Initial submitted versions of the functional dependencies patch ignored
row groups that were smaller than a configured size.  However, that
consideration was removed in late stages of the patch just before
commit, but some comments referring to it remained.  Remove them to
avoid confusion.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/7cfb23fc-4493-9c02-5da9-e505fd0115d2@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/statistics/README.dependencies | 4 ----
src/backend/statistics/dependencies.c      | 8 --------
2 files changed, 12 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Make PostgresNode easily subclassable
Следующее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Fix concurrent locking of tuple update chain