summaryrefslogtreecommitdiff
path: root/src/include/postgres_ext.h
diff options
context:
space:
mode:
authorBruce Momjian2001-03-22 04:01:46 +0000
committerBruce Momjian2001-03-22 04:01:46 +0000
commit9e1552607a9dc6bc23e43d46770a9063ade4f3f0 (patch)
tree6a230d81917ebc004e40cd46c48f2aa27eec153e /src/include/postgres_ext.h
parent6cf8707b828b14b5c2336076ce358b18b67829d6 (diff)
pgindent run. Make it all clean.
Diffstat (limited to 'src/include/postgres_ext.h')
-rw-r--r--src/include/postgres_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h
index a5696f2a020..7b52f9c8350 100644
--- a/src/include/postgres_ext.h
+++ b/src/include/postgres_ext.h
@@ -3,7 +3,7 @@
* postgres_ext.h
*
* This file contains declarations of things that are visible everywhere
- * in PostgreSQL *and* are visible to clients of frontend interface libraries.
+ * in PostgreSQL *and* are visible to clients of frontend interface libraries.
* For example, the Oid type is part of the API of libpq and other libraries.
*
* Declarations which are specific to a particular interface should
@@ -15,7 +15,7 @@
* use header files that are otherwise internal to Postgres to interface
* with the backend.
*
- * $Id: postgres_ext.h,v 1.6 2001/02/10 02:31:28 tgl Exp $
+ * $Id: postgres_ext.h,v 1.7 2001/03/22 04:00:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/