Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67a4d04

Browse files
author
Markus Nullmeier
committed
adapt to API change in PostgreSQL 9.6
1 parentb3dcc77 commit67a4d04

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+
#ifPG_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)

[8]ページ先頭

©2009-2025 Movatter.jp