Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb92f7a2

Browse files
committed
Bump catversion for flat-file-ectomy. Also remove a missed dead extern
declaration.
1 parenta8bb8eb commitb92f7a2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
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-
#defineCATALOG_VERSION_NO200908032
56+
#defineCATALOG_VERSION_NO200908311
5757

5858
#endif

‎src/include/libpq/hba.h

Lines changed: 1 addition & 3 deletions
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
externboolload_hba(void);
6868
externvoidload_ident(void);
6969
externinthba_getauthmethod(hbaPort*port);
70-
externboolread_pg_database_line(FILE*fp,char*dbname,Oid*dboid,
71-
Oid*dbtablespace,TransactionId*dbfrozenxid);
7270
externintcheck_usermap(constchar*usermap_name,
7371
constchar*pg_role,constchar*auth_user,
7472
boolcase_sensitive);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp