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

Commit2eca4ee

Browse files
committed
compatibility with 9.5
1 parenta88c1db commit2eca4ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎jsquery_op.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@
1616

1717
#include"miscadmin.h"
1818
#include"utils/builtins.h"
19+
#ifPG_VERSION_NUM >=90500
20+
#include"common/pg_crc.h"
21+
#defineCOMP_CRC32COMP_CRC32C
22+
#defineINIT_CRC32INIT_CRC32C
23+
#defineFIN_CRC32FIN_CRC32C
24+
#defineINIT_CRC32INIT_CRC32C
25+
#else
1926
#include"utils/pg_crc.h"
27+
#endif
2028

2129
#include"jsquery.h"
2230

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp