diff options
author | Bruce Momjian | 2006-05-23 22:14:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-05-23 22:14:27 +0000 |
commit | 86722057fdbec6b2419359b553bdbb6fd0558798 (patch) | |
tree | 81c43cb8652f929cb33ccfc6273eb61b5e4ce21f /src/interfaces | |
parent | c1d4551ae1d63cfbff5db7b5fdec94f0357dff7b (diff) |
Remove trailing blank line from exports.txt.
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/libpq/exports.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index b50d062c0bc..14e14514c2f 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.9 2006/05/23 22:13:19 momjian Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.10 2006/05/23 22:14:27 momjian Exp $ # Functions to be exported by libpq DLLs PQconnectdb 1 PQsetdbLogin 2 @@ -129,4 +129,3 @@ PQescapeStringConn 126 PQescapeByteaConn 127 PQencryptPassword 128 PQisthreadsafe 129 - |