postgresql/contrib/postgres_fdw
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other 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.

I think I've now gotten all the hard-coded references in C code.
Unfortunately there's no equally convenient way to parameterize
SQL files ...

Discussion: https://postgr.es/m/11145.1488931324@sss.pgh.pa.us
2017-03-09 23:36:52 -05:00
..
expected Fix typos in comments. 2017-02-06 11:33:58 +02:00
sql Fix typos in comments. 2017-02-06 11:33:58 +02:00
.gitignore
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
connection.c chomp PQerrorMessage() in backend uses 2017-02-27 08:54:51 -05:00
deparse.c Use the new castNode() macro in a number of places. 2017-01-26 16:47:03 -08:00
option.c Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
postgres_fdw--1.0.sql
postgres_fdw.c Fix hard-coded relkind constants in assorted other files. 2017-03-09 23:36:52 -05:00
postgres_fdw.control
postgres_fdw.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
shippable.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00