| 646 | */ |
| 647 | |
| 648 | Oid |
| 649 | lo_import_with_oid(PGconn *conn, const char *filename, Oid lobjId) |
| 650 | { |
| 651 | return lo_import_internal(conn, filename, lobjId); |
| 652 | } |
| 653 | |
| 654 | static Oid |
| 655 | lo_import_internal(PGconn *conn, const char *filename, Oid oid) |
nothing calls this directly
no test coverage detected