diff options
Diffstat (limited to 'src/include/libpq/be-fsstubs.h')
-rw-r--r-- | src/include/libpq/be-fsstubs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index 9ba694fbb2..e53b60a3d8 100644 --- a/src/include/libpq/be-fsstubs.h +++ b/src/include/libpq/be-fsstubs.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: be-fsstubs.h,v 1.12 2001/01/24 19:43:24 momjian Exp $ + * $Id: be-fsstubs.h,v 1.13 2001/10/25 05:49:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -46,5 +46,4 @@ extern int lo_write(int fd, char *buf, int len); * Cleanup LOs at xact commit/abort [ Pascal André <andre@via.ecp.fr> ] */ extern void lo_commit(bool isCommit); - #endif /* BE_FSSTUBS_H */ |