mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Add missing include
Newly added prototype broke cpluspluscheck.
Minor buglet in commit 8694cc96b5
.
This commit is contained in:
@@ -15,6 +15,9 @@
|
|||||||
#ifndef REINIT_H
|
#ifndef REINIT_H
|
||||||
#define REINIT_H
|
#define REINIT_H
|
||||||
|
|
||||||
|
#include "common/relpath.h"
|
||||||
|
|
||||||
|
|
||||||
extern void ResetUnloggedRelations(int op);
|
extern void ResetUnloggedRelations(int op);
|
||||||
extern bool parse_filename_for_nontemp_relation(
|
extern bool parse_filename_for_nontemp_relation(
|
||||||
const char *name, int *oidchars, ForkNumber *fork);
|
const char *name, int *oidchars, ForkNumber *fork);
|
||||||
|
Reference in New Issue
Block a user