Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67a4d04

Browse files
author
Markus Nullmeier
committed
adapt to API change in PostgreSQL 9.6
1 parent b3dcc77 commit 67a4d04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

init.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "access/htup_details.h"
2525
#include "access/heapam.h"
2626

27+
#if PG_VERSION_NUM >= 90600
28+
#include "nodes/extensible.h"
29+
#endif
30+
2731
#include "point.h"
2832
#include "crossmatch.h"
2933

0 commit comments

Comments
 (0)