OSDN Git Service

Further refine patch for commenting operator implementation functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Mar 2011 20:55:47 +0000 (15:55 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Mar 2011 20:55:47 +0000 (15:55 -0500)
commit908ab80286401bb20a519fa7dc7a837631f20369
treec83371bb106225e5939f21d64c321fc124bb1468
parent94be9e3f0ca9e7ced66168397eb586565bced9ca
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.
src/bin/initdb/initdb.c
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql