Skip to content

Commit e55bb3d

Browse files
committed
pathman: includes fix
1 parent 98b4620 commit e55bb3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_pathman/pg_pathman.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "optimizer/pathnode.h"
1111
#include "optimizer/planner.h"
1212
#include "optimizer/restrictinfo.h"
13+
#include "optimizer/cost.h"
1314
#include "utils/hsearch.h"
1415
#include "utils/tqual.h"
1516
#include "utils/rel.h"
@@ -105,7 +106,7 @@ _PG_init(void)
105106
{
106107
elog(ERROR, "Pathman module must be initialized in postmaster. "
107108
"Put the following line to configuration file: "
108-
"shared_preload_library = 'pg_pathman'");
109+
"shared_preload_libraries='pg_pathman'");
109110
initialization_needed = false;
110111
}
111112

0 commit comments

Comments
 (0)