aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-09-01 03:53:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-09-01 03:53:08 +0000
commitb92f7a22b962dcb3d156c561d0dcf7a5e4782681 (patch)
tree1387ecf3f586bbbf7bfc1b3363a980351d2889d3 /src
parenta8bb8eb58334e26eac0aa8d2db499a70e22b39d7 (diff)
downloadpostgresql-b92f7a22b962dcb3d156c561d0dcf7a5e4782681.tar.gz
postgresql-b92f7a22b962dcb3d156c561d0dcf7a5e4782681.zip
Bump catversion for flat-file-ectomy. Also remove a missed dead extern
declaration.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h4
-rw-r--r--src/include/libpq/hba.h4
2 files changed, 3 insertions, 5 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index fb6a2d25eb2..e162aa71076 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.537 2009/08/04 04:04:11 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.538 2009/09/01 03:53:08 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200908032
+#define CATALOG_VERSION_NO 200908311
#endif
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index 85849d42cf6..21c9580e686 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -4,7 +4,7 @@
* Interface to hba.c
*
*
- * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.57 2009/08/29 19:26:51 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.58 2009/09/01 03:53:08 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -67,8 +67,6 @@ typedef struct Port hbaPort;
extern bool load_hba(void);
extern void load_ident(void);
extern int hba_getauthmethod(hbaPort *port);
-extern bool read_pg_database_line(FILE *fp, char *dbname, Oid *dboid,
- Oid *dbtablespace, TransactionId *dbfrozenxid);
extern int check_usermap(const char *usermap_name,
const char *pg_role, const char *auth_user,
bool case_sensitive);