pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr
Дата
Msg-id E1aQeBw-0002WS-66@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary "implementation of FOO operator" DESCR() entries.

Apparently at least one committer hasn't gotten the word that these do not
need to be maintained by hand, since initdb will create them automatically.
Noted while fixing bug #13905.

No catversion bump since the post-initdb state is exactly the same either
way.  I don't see a need for back-patch, either.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2ad83fff221eec2cc76f8823b0043763d0dfe0c3

Modified Files
--------------
src/include/catalog/pg_proc.h | 20 --------------------
1 file changed, 20 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't test for system columns on join relations