pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr
Date
Msg-id E1aQeBw-0002WS-66@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Don't test for system columns on join relations