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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary "implementation of FOO operator" DESCR() entr
Date: 2016-02-02 16:52:36
Message-ID: E1aQeBw-0002WS-66@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-02-02 18:30:17 pgsql: Don't test for system columns on join relations
Previous Message Tom Lane 2016-02-02 16:40:07 pgsql: Fix pg_description entries for jsonb_to_record() and jsonb_to_re