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

Commit8bdc710

Browse files
committed
Initialize filer_mask to ~0 to correctly handle queries without filter by parallel workers
1 parentd153055 commit8bdc710

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎vops.c‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@
4949
PG_MODULE_MAGIC;
5050
#endif
5151

52+
#if !USE_FLOAT8_BYVAL
53+
#error VOPS requires 64-bit version of Postgres
54+
#endif
55+
5256
/* pg module functions */
5357
void_PG_init(void);
5458
void_PG_fini(void);
5559

56-
uint64filter_mask;
60+
uint64filter_mask= ~0;
5761

5862
staticstruct {
5963
charconst*name;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp