Further refine patch for commenting operator implementation functions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 908ab80286401bb20a519fa7dc7a837631f20369
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-03T20:55:47Z
Releases: 9.1.0
Further refine patch for commenting operator implementation functions.

Instead of manually maintaining the "implementation of XXX operator"
comments in pg_proc.h, delete all those entries and let initdb create
them via a join.  To let initdb figure out which name to use when there
is a conflict, change the comments for deprecated operators to say they
are deprecated --- which seems like a good thing to do anyway.

Files