]> granicus.if.org Git - postgresql/commit
Fix some typos in argument and result types in pg_proc
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Mar 1999 05:02:34 +0000 (05:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Mar 1999 05:02:34 +0000 (05:02 +0000)
commit3bca9c6c4b0ace2d749e01a94191ea250a3e4c47
treedfd807940b0eabcdf4915041d0053e469e829f4c
parent1c264e68c5e1ca0a1ec6e7274d67e82d4d4edb41
Fix some typos in argument and result types in pg_proc
and pg_operator.  The lone error in pg_operator was reported as a bug
by Michael Reifenberger; the multiple errors in pg_proc would only have
been noticed if one invoked the functions by name rather than using
operator syntax.  I guess few people do that.
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h