Fix hard-coded relkind constants in assorted src/bin files.

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

Commit: fcd778eb703c154c0fbba249e17c21b7ae4de19b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-03-10T03:42:16Z
Releases: 10.0
Fix hard-coded relkind constants in assorted src/bin files.

Although it's reasonable to expect that most of these constants will
never change, that does not make it good programming style to hard-code
the value rather than using the RELKIND_FOO macros.

Discussion: https://postgr.es/m/11145.1488931324@sss.pgh.pa.us

Files

Discussion