Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b92f7a22
Commit
b92f7a22
authored
Sep 01, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump catversion for flat-file-ectomy. Also remove a missed dead extern
declaration.
parent
a8bb8eb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+2
-2
src/include/libpq/hba.h
src/include/libpq/hba.h
+1
-3
No files found.
src/include/catalog/catversion.h
View file @
b92f7a22
...
...
@@ -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.53
7 2009/08/04 04:04:11
tgl Exp $
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.53
8 2009/09/01 03:53:08
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 200908
032
#define CATALOG_VERSION_NO 200908
311
#endif
src/include/libpq/hba.h
View file @
b92f7a22
...
...
@@ -4,7 +4,7 @@
* Interface to hba.c
*
*
* $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.5
7 2009/08/29 19:26:51
tgl Exp $
* $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.5
8 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment