• Tom Lane's avatar
    Get rid of postgres_fdw's assumption that remote type OIDs match ours. · 5fd386bb
    Tom Lane authored
    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.
    5fd386bb
postgres_fdw.out 32.8 KB