Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b92f7a2

Browse files
committed
Bump catversion for flat-file-ectomy. Also remove a missed dead extern
declaration.
1 parent a8bb8eb commit b92f7a2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/include/catalog/catversion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
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 $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 200908032
56+
#define CATALOG_VERSION_NO 200908311
5757

5858
#endif

src/include/libpq/hba.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Interface to hba.c
55
*
66
*
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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -67,8 +67,6 @@ typedef struct Port hbaPort;
6767
extern bool load_hba(void);
6868
extern void load_ident(void);
6969
extern int hba_getauthmethod(hbaPort *port);
70-
extern bool read_pg_database_line(FILE *fp, char *dbname, Oid *dboid,
71-
Oid *dbtablespace, TransactionId *dbfrozenxid);
7270
extern int check_usermap(const char *usermap_name,
7371
const char *pg_role, const char *auth_user,
7472
bool case_sensitive);

0 commit comments

Comments
 (0)