File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 37
37
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
38
38
* Portions Copyright (c) 1994, Regents of the University of California
39
39
*
40
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.537 2009/08/04 04:04:11 tgl Exp $
40
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.538 2009/09/01 03:53:08 tgl Exp $
41
41
*
42
42
*-------------------------------------------------------------------------
43
43
*/
53
53
*/
54
54
55
55
/* yyyymmddN */
56
- #define CATALOG_VERSION_NO 200908032
56
+ #define CATALOG_VERSION_NO 200908311
57
57
58
58
#endif
Original file line number Diff line number Diff line change 4
4
* Interface to hba.c
5
5
*
6
6
*
7
- * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.57 2009/08/29 19:26:51 tgl Exp $
7
+ * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.58 2009/09/01 03:53:08 tgl Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
@@ -67,8 +67,6 @@ typedef struct Port hbaPort;
67
67
extern bool load_hba (void );
68
68
extern void load_ident (void );
69
69
extern int hba_getauthmethod (hbaPort * port );
70
- extern bool read_pg_database_line (FILE * fp , char * dbname , Oid * dboid ,
71
- Oid * dbtablespace , TransactionId * dbfrozenxid );
72
70
extern int check_usermap (const char * usermap_name ,
73
71
const char * pg_role , const char * auth_user ,
74
72
bool case_sensitive );
You can’t perform that action at this time.
0 commit comments