Remove out-of-date comment about formrdesc().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2018 17:03:29 +0000 (12:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2018 17:03:29 +0000 (12:03 -0500)
commit6452b098c018a8aa9fbcf28d6be22d92493301fd
treea9c720b64e56231c2539318235f2f7173da2fb2c
parent8f72a5704854d292065886eb47ba18fbd504113e
Remove out-of-date comment about formrdesc().

formrdesc's comment listed the specific catalogs it is called for,
but the list was out of date.  Rather than jumping back onto that
maintenance treadmill, let's just remove the list.  It tells the
reader nothing that can't be learned quickly and more reliably by
searching relcache.c for callers of formrdesc().

Oversight noted by Kyotaro Horiguchi.

Discussion: https://postgr.es/m/20180214.105314.138966434.horiguchi.kyotaro@lab.ntt.co.jp
src/backend/utils/cache/relcache.c