projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4cd710
)
Add missing include
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 5 Apr 2018 15:15:28 +0000
(12:15 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 5 Apr 2018 15:20:17 +0000
(12:20 -0300)
Newly added prototype broke cpluspluscheck.
Minor buglet in commit
8694cc96b52a
.
src/include/storage/reinit.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/reinit.h
b/src/include/storage/reinit.h
index 5c34f88b95eb4bf3ccedd7e77f698d7d67bdc7cc..9a1c5bdc4e94d2c14943b89d42395df9e4bde662 100644
(file)
--- a/
src/include/storage/reinit.h
+++ b/
src/include/storage/reinit.h
@@
-15,6
+15,9
@@
#ifndef REINIT_H
#define REINIT_H
+#include "common/relpath.h"
+
+
extern void ResetUnloggedRelations(int op);
extern bool parse_filename_for_nontemp_relation(
const char *name, int *oidchars, ForkNumber *fork);