projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740ee42
)
Forgot to remove extern declaration of GetRecoveryTargetTLI()
author
Heikki Linnakangas
<
[email protected]
>
Fri, 21 Dec 2012 07:27:37 +0000
(09:27 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 21 Dec 2012 07:29:03 +0000
(09:29 +0200)
Fujii Masao
src/include/access/xlog.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlog.h
b/src/include/access/xlog.h
index 95d01b974446b27d5501df0d526ceace1b833a2e..b83e0beac76ee836224140f425ff8a3c4428e0ed 100644
(file)
--- a/
src/include/access/xlog.h
+++ b/
src/include/access/xlog.h
@@
-309,7
+309,6
@@
extern XLogRecPtr GetRedoRecPtr(void);
extern XLogRecPtr GetInsertRecPtr(void);
extern XLogRecPtr GetFlushRecPtr(void);
extern void GetNextXidAndEpoch(TransactionId *xid, uint32 *epoch);
-extern TimeLineID GetRecoveryTargetTLI(void);
extern bool CheckPromoteSignal(void);
extern void WakeupRecovery(void);