diff options
Diffstat (limited to 'src/include/libpq/be-fsstubs.h')
| -rw-r--r-- | src/include/libpq/be-fsstubs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index e53b60a3d8..08f2c634ad 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.13 2001/10/25 05:49:59 momjian Exp $ + * $Id: be-fsstubs.h,v 1.14 2001/10/28 06:26:07 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -46,4 +46,5 @@ 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 */ |
