projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992df96
)
Fix missing "static".
author
Tom Lane
Sat, 16 Apr 2016 18:50:54 +0000
(14:50 -0400)
committer
Tom Lane
Sat, 16 Apr 2016 18:50:54 +0000
(14:50 -0400)
Per buildfarm member pademelon.
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index c0b143df4c913a90b0c50ab8493ed351a6c5acdf..88d4c81811f8054887c27954eb1467a0e137cfdd 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-7339,7
+7339,7
@@
CreateCheckPoint(int flags)
* CreateRestartPoint() allows for the case where recovery may end before
* the restartpoint completes so there is no concern of concurrent behaviour.
*/
-void
+
static
void
CreateEndOfRecoveryRecord(void)
{
xl_end_of_recovery xlrec;