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
2847de9d
Commit
2847de9d
authored
Apr 18, 2010
by
Simon Riggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some additional changes in previous commit that belong elsewhere.
parent
21d6a6a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+1
-7
src/include/access/xlog.h
src/include/access/xlog.h
+1
-2
No files found.
src/backend/access/transam/xlog.c
View file @
2847de9d
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.39
8 2010/04/18 18:05:51
sriggs Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.39
9 2010/04/18 18:17:12
sriggs Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -6454,12 +6454,6 @@ CheckRecoveryConsistency(void)
}
}
bool
XLogConsistentState
(
void
)
{
return
reachedMinRecoveryPoint
;
}
/*
* Is the system still in recovery?
*
...
...
src/include/access/xlog.h
View file @
2847de9d
...
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.10
7 2010/04/18 18:06:07
sriggs Exp $
* $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.10
8 2010/04/18 18:17:12
sriggs Exp $
*/
#ifndef XLOG_H
#define XLOG_H
...
...
@@ -278,7 +278,6 @@ extern void xlog_desc(StringInfo buf, uint8 xl_info, char *rec);
extern
void
issue_xlog_fsync
(
int
fd
,
uint32
log
,
uint32
seg
);
extern
bool
XLogConsistentState
(
void
);
extern
bool
RecoveryInProgress
(
void
);
extern
bool
XLogInsertAllowed
(
void
);
extern
TimestampTz
GetLatestXLogTime
(
void
);
...
...
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