pgsql: Remove useless comment.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove useless comment.
Дата
Msg-id E1hJ2nM-0003QQ-9i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove useless comment.

Commit e439c6f0c removed IndexStmt.relationId, but not the comment
that had been added to explain it.  Said comment was therefore
very confusing.

Branch
------
master

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

Modified Files
--------------
src/include/nodes/parsenodes.h | 4 ----
1 file changed, 4 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Prevent O(N^2) unique index insertion edge case.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Repair assorted issues in locale data extraction.