diff options
author | Tom Lane | 2020-09-24 14:39:11 +0000 |
---|---|---|
committer | Tom Lane | 2020-09-24 14:39:11 +0000 |
commit | fc5f107a8c08f55cc8b810d6f212dd723a07fe9a (patch) | |
tree | 078126e1531b12a0463fabb68246a6c5bd9f0cf6 | |
parent | 83b61319a16ceabc7ea7d1143dcc045826c112d2 (diff) |
Doc: sync lobj.sgml's copy of testlo.c with the latter file.
Zhijie Hou
Discussion: https://postgr.es/m/ce2cd951fe9b448a9cda99dc1a871fb9@G08CNEXMBPEKD05.g08.fujitsu.local
-rw-r--r-- | doc/src/sgml/lobj.sgml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index cf4653fe0f..6329cf0796 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -901,8 +901,6 @@ exportFile(PGconn *conn, Oid lobjId, char *filename) lo_close(conn, lobj_fd); close(fd); - - return; } static void |