]> granicus.if.org Git - postgresql/commitdiff
Bump catversion for flat-file-ectomy. Also remove a missed dead extern
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Sep 2009 03:53:08 +0000 (03:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Sep 2009 03:53:08 +0000 (03:53 +0000)
declaration.

src/include/catalog/catversion.h
src/include/libpq/hba.h

index fb6a2d25eb259ef3c08ade1f28c71bc9c5fba65e..e162aa71076875a76e5c8836e960bcc974bf3674 100644 (file)
@@ -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
index 85849d42cf671a13046bee0d7a17721555c267b3..21c9580e686cce0b10d79a7ecc44a4d60d08bc82 100644 (file)
@@ -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);