Retire xlateSqlType/xlateSqlFunc; all type name translations are now

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

Commit: 53cedcac22bca29bb6ac766b04d5dd08db77ac03
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-05-03T00:32:19Z
Releases: 7.3.1
Retire xlateSqlType/xlateSqlFunc; all type name translations are now
handled as special productions.  This is needed to keep us honest about
user-schema type names that happen to coincide with system type names.
Per pghackers discussion 24-Apr.  To avoid bloating the keyword list
too much, I removed the translations for datetime, timespan, and lztext,
all of which were slated for destruction several versions back anyway.

Files