pgsql: Remove obsolete comment atop ri_PlanCheck.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Remove obsolete comment atop ri_PlanCheck.
Дата
Msg-id E1khlzF-0007ek-25@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete comment atop ri_PlanCheck.

Commit 5b7ba75f7f removed the unused parameter but forgot to update the
nearby comments.

Author: Li Japin
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/0E2F62A2-B2F1-4052-83AE-F0BEC8A75789@hotmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5f734acd70dc202a58b9de5992dd5ef401120e88

Modified Files
--------------
src/backend/utils/adt/ri_triggers.c | 3 ---
1 file changed, 3 deletions(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix WaitLatch(NULL) on Windows.