postgresql/contrib/postgres_fdw
Tom Lane 92b7902deb Clean up some Coverity complaints about commit 0bf3ae88af.
The two get_tle_by_resno() calls introduced by this commit lacked any
check for a NULL return, unlike any other calls of that function anywhere
in our tree.  Coverity quite properly complained about it.  Also fix a
misindented line in process_query_params(), which Coverity also complained
about on the grounds that the bad indentation suggested possible programmer
misinterpretation.
2016-03-21 12:00:02 -04:00
..
expected Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
sql Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
connection.c Use %u not %d to print OIDs. 2016-02-08 11:06:23 -05:00
deparse.c Clean up some Coverity complaints about commit 0bf3ae88af. 2016-03-21 12:00:02 -04:00
option.c postgres_fdw: Allow fetch_size to be set per-table or per-server. 2016-02-03 09:07:35 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Clean up some Coverity complaints about commit 0bf3ae88af. 2016-03-21 12:00:02 -04:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Directly modify foreign tables. 2016-03-18 13:55:52 -04:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00