postgresql/contrib/postgres_fdw
Tom Lane 5fd386bb31 Get rid of postgres_fdw's assumption that remote type OIDs match ours.
The only place we depended on that was in sending numeric type OIDs in
PQexecParams; but we can replace that usage with explicitly casting
each Param symbol in the query string, so that the types are specified
to the remote by name not OID.  This makes no immediate difference but
will be essential if we ever hope to support use of non-builtin types.
2013-02-22 06:36:54 -05:00
..
expected Get rid of postgres_fdw's assumption that remote type OIDs match ours. 2013-02-22 06:36:54 -05:00
sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Adjust postgres_fdw's search path handling. 2013-02-22 06:04:49 -05:00
deparse.c Get rid of postgres_fdw's assumption that remote type OIDs match ours. 2013-02-22 06:36:54 -05:00
Makefile Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
option.c Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Get rid of postgres_fdw's assumption that remote type OIDs match ours. 2013-02-22 06:36:54 -05:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00