postgresql/src/bin/pg_upgrade
Tom Lane fcd778eb70 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
2017-03-09 22:42:16 -05:00
..
.gitignore Move pg_upgrade from contrib/ to src/bin/ 2015-04-14 19:26:38 -04:00
IMPLEMENTATION Move pg_upgrade from contrib/ to src/bin/ 2015-04-14 19:26:38 -04:00
Makefile Obstruct shell, SQL, and conninfo injection via database and role names. 2016-08-08 10:07:46 -04:00
TESTING Move pg_upgrade from contrib/ to src/bin/ 2015-04-14 19:26:38 -04:00
check.c pg_upgrade: Fix problems caused by renaming pg_resetxlog. 2017-02-15 10:14:16 -05:00
controldata.c pg_upgrade: Fix problems caused by renaming pg_resetxlog. 2017-02-15 10:14:16 -05:00
dump.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
exec.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
file.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
function.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
info.c Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
nls.mk pg_upgrade: Add NLS 2016-11-07 10:12:52 -05:00
option.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
parallel.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
pg_upgrade.c Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
pg_upgrade.h Move atooid() definition to a central place 2017-03-01 11:55:28 -05:00
relfilenode.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
server.c pg_upgrade: Fix for changed pg_ctl default stop mode 2017-01-13 16:07:18 -05:00
tablespace.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
test.sh Fix cross-shlib linking in temporary installs on HPUX 10. 2017-01-21 15:15:39 -05:00
util.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
version.c Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00